aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/uart.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/dox/uart.dox')
-rw-r--r--os/hal/dox/uart.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/dox/uart.dox b/os/hal/dox/uart.dox
index 079237982..27c1494fb 100644
--- a/os/hal/dox/uart.dox
+++ b/os/hal/dox/uart.dox
@@ -39,7 +39,7 @@
* - Multipoint network drivers.
* - Serial protocol decoders.
* .
- * If your application requires a synchronoyus buffered driver then
+ * If your application requires a synchronous buffered driver then
* the @ref SERIAL should be used instead.
* @pre In order to use the UART driver the @p HAL_USE_UART option
* must be enabled in @p halconf.h.