Typo.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 12 Aug 2010 15:58:14 +0000 (15:58 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 12 Aug 2010 15:58:14 +0000 (15:58 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4180 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/io/kfile_block.h

index e84e92d780791dfbc284ca23c30ba13768ee272f..70fd681e7e30a5a5c64dfbccad76ba55c685972c 100644 (file)
@@ -63,7 +63,7 @@ typedef struct KFileBlock
  * Init a KFile over KBlock.
  * After this you can access your KBlock device with a handy KFile interface.
  *
- * \note The block device must support partial block write in order support
+ * \note The block device must support partial block write in order to support
  *       random write access.
  *
  * \param fb KFileBlock context.