From: batt Date: Thu, 12 Aug 2010 15:58:14 +0000 (+0000) Subject: Typo. X-Git-Tag: 2.6.0~210 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=dadc6fb2912a3cb08a68b001616028c1d8cf8c7b;p=bertos.git Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4180 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/io/kfile_block.h b/bertos/io/kfile_block.h index e84e92d7..70fd681e 100644 --- a/bertos/io/kfile_block.h +++ b/bertos/io/kfile_block.h @@ -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.