X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fio%2Fkfile_block.h;h=70fd681e7e30a5a5c64dfbccad76ba55c685972c;hb=205956d8852f43814dfa118b890a0952116c6216;hp=e84e92d780791dfbc284ca23c30ba13768ee272f;hpb=12c71395c80c3d5e6f9532a4a912322b503ce391;p=bertos.git 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.