]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/res/app3.c
Import fatfs R0.13b
[z180-stamp.git] / fatfs / documents / res / app3.c
similarity index 95%
rename from fatfs/doc/res/app3.c
rename to fatfs/documents/res/app3.c
index c4cfcf5f050c3aa664009d9769380a312aa2c59d..523058f1ad68e628f629c3071d8a58df5fca3374 100644 (file)
@@ -98,7 +98,7 @@ int main (void)
         return 1;\r
     }\r
 \r
-    /* Now you can read/write the file without file system layer. */\r
+    /* Now you can read/write the file without filesystem layer. */\r
     ...\r
     dr = disk_write(fil.fs->drv, Buff, org, 1024);   /* Write 512KiB from top of the file */\r
     ...\r