diff options
author | Stefan Weil <sw@weilnetz.de> | 2015-01-02 16:02:52 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-01-02 20:10:01 +0100 |
commit | b5365a3c2cdaa507c0af3edd30d9d597083606bc (patch) | |
tree | 888e4945f2832b67c15eb5289fc0ad7b3365949f /kern/mach_clock.c | |
parent | 2c8514cfafb6daec4e76e3a8e0f1fd07ca0a4a33 (diff) |
kern: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'kern/mach_clock.c')
-rw-r--r-- | kern/mach_clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/mach_clock.c b/kern/mach_clock.c index 0a7458b..b627b89 100644 --- a/kern/mach_clock.c +++ b/kern/mach_clock.c @@ -234,7 +234,7 @@ void clock_interrupt( update_mapped_time(&time); /* - * Schedule soft-interupt for timeout if needed + * Schedule soft-interrupt for timeout if needed */ if (needsoft) { if (basepri) { |