X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfatprogs.git;a=blobdiff_plain;f=include%2Fexfat_ondisk.h;h=74e3fb3096e385bb9e8fc511e194ee52f0a4d08c;hp=70546a321fd8cc066d0a37ac21e9429b794247d2;hb=37cbd64649f64ddb88b4ab3d8a494ddf96890cf8;hpb=f7feb8f190bd23ec253bf9fe705738049d9cedd7;ds=sidebyside

diff --git a/include/exfat_ondisk.h b/include/exfat_ondisk.h
index 70546a3..74e3fb3 100644
--- a/include/exfat_ondisk.h
+++ b/include/exfat_ondisk.h
@@ -44,7 +44,7 @@
 #define MSDOS_DELETED		0xE5	/* deleted mark */
 #define MSDOS_UNUSED		0x00	/* end of directory */
 
-#define EXFAT_UNUSED		0x00	/* end of directory */
+#define EXFAT_LAST		0x00	/* end of directory */
 #define EXFAT_DELETE		~(0x80)
 #define IS_EXFAT_DELETED(x)	((x) < 0x80) /* deleted file (0x01~0x7F) */
 #define EXFAT_INVAL		0x80	/* invalid value */
@@ -93,7 +93,7 @@
 #define EXFAT_BAD_CLUSTER		(0xFFFFFFF7U)
 #define EXFAT_FREE_CLUSTER		(0)
 #define EXFAT_FIRST_CLUSTER		(2)
-#define EXFAT_REVERVED_CLUSTERS		(2)
+#define EXFAT_RESERVED_CLUSTERS		(2)
 
 
 /* EXFAT BIOS parameter block (64 bytes) */