Fix doxygen warning.
[bertos.git] / 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);