aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/include/serial.h')
-rw-r--r--os/hal/include/serial.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/serial.h b/os/hal/include/serial.h
index 07527d601..e321d5585 100644
--- a/os/hal/include/serial.h
+++ b/os/hal/include/serial.h
@@ -1,5 +1,5 @@
/*
- ChibiOS/RT - Copyright (C) 2006-2007 Giovanni Di Sirio.
+ ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010 Giovanni Di Sirio.
This file is part of ChibiOS/RT.
@@ -97,7 +97,7 @@ typedef enum {
} sdstate_t;
/**
- * @brief Structure representing a serial driver.
+ * @brief Structure representing a serial driver.
*/
typedef struct _SerialDriver SerialDriver;