X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/5366852335044c1e68a5c32548d3051cc943552f..70702af1370e44e32fb2c3c507e4759a187b4fe5:/fatfs/doc/en/opendir.html diff --git a/fatfs/doc/en/opendir.html b/fatfs/doc/en/opendir.html index 2fd4e45..56e66b2 100644 --- a/fatfs/doc/en/opendir.html +++ b/fatfs/doc/en/opendir.html @@ -28,7 +28,7 @@ FRESULT f_opendir (
dp
Pointer to the blank directory object to create a new one.
path
-
Pinter to the null-terminated string that specifies the directory name to be opened.
+
Pointer to the null-terminated string that specifies the directory name to be opened.
@@ -55,7 +55,7 @@ FRESULT f_opendir (

Description

-

The f_opendir() function opens an exsisting directory and creates a directory object for subsequent f_readdir() function.

+

The f_opendir function opens an exsisting directory and creates a directory object for subsequent f_readdir function.