From dadc6fb2912a3cb08a68b001616028c1d8cf8c7b Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 12 Aug 2010 15:58:14 +0000 Subject: [PATCH] Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4180 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/io/kfile_block.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1