From: batt Date: Fri, 15 Feb 2008 22:36:54 +0000 (+0000) Subject: Typo. X-Git-Tag: 1.0.0~143 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=a0469768a81d620b10d4edd16792f6c5588438d4;hp=2f53e025d66c5a62df65831a7b1100f927483193;p=bertos.git Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1109 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 /*/}*/