diff options
Diffstat (limited to 'os/hal/templates/mac_lld.c')
-rw-r--r-- | os/hal/templates/mac_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/mac_lld.c b/os/hal/templates/mac_lld.c index b442d0879..f87a8cc22 100644 --- a/os/hal/templates/mac_lld.c +++ b/os/hal/templates/mac_lld.c @@ -88,7 +88,7 @@ void mac_lld_init(void) { void mac_lld_start(MACDriver *macp) {
if (macp->state == MAC_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_MAC_USE_MAC1
if (&MACD1 == macp) {
|