Typo.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 15 Feb 2008 22:36:54 +0000 (22:36 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 15 Feb 2008 22:36:54 +0000 (22:36 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1109 38d2e660-2303-0410-9eaa-f027e97ec537

fs/battfs.h

index 187eb7df882dcd2b20e005d35ca08100e55a611c..6057a3cd69d512b2a0df1bea6e89bf3e028c2b7d 100644 (file)
@@ -219,7 +219,7 @@ typedef uint32_t file_size_t; ///< Type for file sizes.
  * Modes for battfs_fileopen.
  * \{
  */
-#define BATTFS_CREATE BV(0)  ///< Create file if dos not exist
+#define BATTFS_CREATE BV(0)  ///< Create file if does not exist
 #define BATTFS_RD     BV(1)  ///< Open file for reading
 #define BATTFS_WR     BV(2)  ///< Open file fir writing
 /*/}*/