X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=fs%2Fbattfs.h;fp=fs%2Fbattfs.h;h=6057a3cd69d512b2a0df1bea6e89bf3e028c2b7d;hb=a0469768a81d620b10d4edd16792f6c5588438d4;hp=187eb7df882dcd2b20e005d35ca08100e55a611c;hpb=2f53e025d66c5a62df65831a7b1100f927483193;p=bertos.git diff --git a/fs/battfs.h b/fs/battfs.h index 187eb7df..6057a3cd 100644 --- a/fs/battfs.h +++ b/fs/battfs.h @@ -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 /*/}*/