aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/serial_lld.c
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-27 10:42:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-27 10:42:09 +0000
commite089716749ce0ce774f1229624bcb0bf44e8512f (patch)
treeb5ca617bd1672e62da801b96ad5d6f146cd06883 /os/hal/templates/serial_lld.c
parentf8f56be6c5871fa179ec84b9f0da8f0dd88e365c (diff)
downloadChibiOS-e089716749ce0ce774f1229624bcb0bf44e8512f.tar.gz
ChibiOS-e089716749ce0ce774f1229624bcb0bf44e8512f.tar.bz2
ChibiOS-e089716749ce0ce774f1229624bcb0bf44e8512f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5336 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/serial_lld.c')
-rw-r--r--os/hal/templates/serial_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/serial_lld.c b/os/hal/templates/serial_lld.c
index 79cf9229e..8b4ac4b24 100644
--- a/os/hal/templates/serial_lld.c
+++ b/os/hal/templates/serial_lld.c
@@ -98,7 +98,7 @@ void sd_lld_start(SerialDriver *sdp, const SerialConfig *config) {
config = &default_config;
if (sdp->state == SD_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_SERIAL_USE_SD1
if (&SD1 == sdp) {