summaryrefslogtreecommitdiff
path: root/chip/lm4/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4/system.c')
-rw-r--r--chip/lm4/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/system.c b/chip/lm4/system.c
index 3f39da0a32..cb1cf8cef0 100644
--- a/chip/lm4/system.c
+++ b/chip/lm4/system.c
@@ -301,7 +301,7 @@ void system_set_rtc_alarm(uint32_t seconds, uint32_t microseconds)
* Wait for the write to commit. This ensures that the RTC interrupt
* actually gets enabled. This is important if we're about to switch
* the system to the 30 kHz oscillator, which might prevent the write
- * from comitting.
+ * from committing.
*/
wait_for_hibctl_wc();
}