diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-08-21 12:05:02 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-08-21 12:05:13 -0400 |
commit | 9c15f00e60ba6b05ca3f4188348833e24269c0e5 (patch) | |
tree | 753f79769a2119b99b50e9a8a6b2ebf3bf261fba /src | |
parent | 078d278611a50054a993fcff53f166e3a65c3173 (diff) | |
download | kutter-9c15f00e60ba6b05ca3f4188348833e24269c0e5.tar.gz kutter-9c15f00e60ba6b05ca3f4188348833e24269c0e5.tar.xz kutter-9c15f00e60ba6b05ca3f4188348833e24269c0e5.zip |
armcm_timer: Fix typo in comment in armcm_timer.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/generic/armcm_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generic/armcm_timer.h b/src/generic/armcm_timer.h index 5e118380..6d6f5ac2 100644 --- a/src/generic/armcm_timer.h +++ b/src/generic/armcm_timer.h @@ -5,4 +5,4 @@ void udelay(uint32_t usecs); -#endif // serial_irq.h +#endif // armcm_timer.h |