summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/libblock/include/rtems/bdbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libblock/include/rtems/bdbuf.h b/cpukit/libblock/include/rtems/bdbuf.h
index 8a4631b9db..7f1c13d7b0 100644
--- a/cpukit/libblock/include/rtems/bdbuf.h
+++ b/cpukit/libblock/include/rtems/bdbuf.h
@@ -658,7 +658,7 @@ rtems_bdbuf_purge_dev (rtems_disk_device *dd);
* occur.
*
* @param dd [in, out] The disk device.
- * @param block_size [in] The new block size.
+ * @param block_size [in] The new block size in bytes.
* @param sync [in] If @c true, then synchronize the disk device before the
* block size change.
*