diff options
Diffstat (limited to 'os/hal/include/io_block.h')
-rw-r--r-- | os/hal/include/io_block.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/hal/include/io_block.h b/os/hal/include/io_block.h index 95c0f4bca..da0e97d8a 100644 --- a/os/hal/include/io_block.h +++ b/os/hal/include/io_block.h @@ -21,12 +21,12 @@ /**
* @file io_block.h
* @brief I/O block devices access.
- * @details This header defines abstract interfaces useful to access generic
+ * @details This header defines an abstract interface useful to access generic
* I/O block devices in a standardized way.
*
* @addtogroup IO_BLOCK
- * @details This module define an abstract interface for accessing generic
- * block devices.
+ * @details This module defines an abstract interface for accessing generic
+ * block devices.<br>
* Note that no code is present, just abstract interfaces-like
* structures, you should look at the system as to a set of
* abstract C++ classes (even if written in C). This system
|