Fix doxygen warning.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Aug 2010 08:43:30 +0000 (08:43 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Aug 2010 08:43:30 +0000 (08:43 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4147 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/io/kfile_block.h

index 8a1b36bb74d93430bb6e11ee18ba7c151a7f4e9d..40aed6762472108cf206b74b78080a64d53daa44 100644 (file)
@@ -61,7 +61,7 @@ typedef struct KFileBlock
  *       random write access.
  *
  * \param fb KFileBlock context.
- * \param b  block device to be accessed with a KFile interface.
+ * \param blk block device to be accessed with a KFile interface.
  */
 void kfileblock_init(KFileBlock *fb, KBlock *blk);