From: asterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Date: Thu, 5 Aug 2010 08:43:30 +0000 (+0000)
Subject: Fix doxygen warning.
X-Git-Tag: 2.6.0~243
X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3b00f26ad80c3ee5b691f083fd086847b131f261;p=bertos.git

Fix doxygen warning.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4147 38d2e660-2303-0410-9eaa-f027e97ec537
---

diff --git a/bertos/io/kfile_block.h b/bertos/io/kfile_block.h
index 8a1b36bb..40aed676 100644
--- a/bertos/io/kfile_block.h
+++ b/bertos/io/kfile_block.h
@@ -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);