]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/doc/en/getfree.html
Import fatfs R0.12b
[z180-stamp.git] / fatfs / doc / en / getfree.html
index 5a68975124806b60cbe06c809fdd7f21604b8a46..1cfc09a1ca410e98741494420a63f355baf0db7a 100644 (file)
@@ -27,7 +27,7 @@ FRESULT f_getfree (
 <h4>Parameters</h4>\r
 <dl class="par">\r
 <dt>path</dt>\r
-<dd>Pinter to the null-terminated string that specifies the <a href="filename.html">logical drive</a>. A null-string means the default drive.</dd>\r
+<dd>Pointer to the null-terminated string that specifies the <a href="filename.html">logical drive</a>. A null-string means the default drive.</dd>\r
 <dt>nclst</dt>\r
 <dd>Pointer to the <tt>DWORD</tt> variable to store number of free clusters.</dd>\r
 <dt>fatfs</dt>\r
@@ -53,7 +53,7 @@ FRESULT f_getfree (
 \r
 <div class="para desc">\r
 <h4>Descriptions</h4>\r
-<p>The <tt>f_getfree()</tt> function gets number of free clusters on the volume. The member <tt>csize</tt> in the file system object indicates number of sectors per cluster, so that the free space in unit of sector can be calcurated with this information. When FSINFO structure on the FAT32 volume is not in sync, this function can return an incorrect free cluster count. To avoid this problem, FatFs can be forced full FAT scan by <tt>_FS_NOFSINFO</tt> option.</p>\r
+<p>The <tt>f_getfree</tt> function gets number of free clusters on the volume. The member <tt>csize</tt> in the file system object indicates number of sectors per cluster, so that the free space in unit of sector can be calcurated with this information. When FSINFO structure on the FAT32 volume is not in sync, this function can return an incorrect free cluster count. To avoid this problem, FatFs can be forced full FAT scan by <tt><a href="config.html#fs_nofsinfo">_FS_NOFSINFO</a></tt> option.</p>\r
 </div>\r
 \r
 \r