aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os/hal/src/ext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/src/ext.c b/os/hal/src/ext.c
index 5393ca614..cc313fb8e 100644
--- a/os/hal/src/ext.c
+++ b/os/hal/src/ext.c
@@ -191,8 +191,8 @@ void extSetChannelModeI(EXTDriver *extp,
oldcp = (EXTChannelConfig *)&extp->config->channels[channel];
/*lint -restore*/
- /* Overwiting the old channels configuration then the channel is reconfigured
- by the low level driver.*/
+ /* Overwriting the old channels configuration then the channel is
+ reconfigured by the low level driver.*/
*oldcp = *extcp;
ext_lld_channel_enable(extp, channel);
}