X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/05437fb4cdb907816a4fc3ffafa2617fcf33266a..b30c4e8f1aef96f6fdc93da9f125545f5f74d06e:/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.