aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/serial.c')
-rw-r--r--os/hal/src/serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/src/serial.c b/os/hal/src/serial.c
index 166ca83d3..c769061bb 100644
--- a/os/hal/src/serial.c
+++ b/os/hal/src/serial.c
@@ -164,7 +164,7 @@ void sdStart(SerialDriver *sdp, const SerialConfig *config) {
* @details Any thread waiting on the driver's queues will be awakened with
* the message @p Q_RESET.
*
- * @param[in] sdp pointer to a @p SerialDrive object
+ * @param[in] sdp pointer to a @p SerialDriver object
*
* @api
*/