X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=kernel%2Fposix-timers.c;h=e5498d7405c31ff8d9f5afd85b85ed8038ad691d;hb=adddcecf9222aa32938480cc1d03de629fab2a86;hp=4c0124919f9a36fa905cc1266fa132de27f01550;hpb=c5850150d0b9ae16840c5d9846f9d5a759996a15;p=~andy%2Flinux diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 4c0124919f9..e5498d7405c 100644 --- a/kernel/posix-timers.c +++ b/kernel/posix-timers.c @@ -313,7 +313,7 @@ static void schedule_next_timer(struct k_itimer *timr) * restarted (i.e. we have flagged this in the sys_private entry of the * info block). * - * To protect aginst the timer going away while the interrupt is queued, + * To protect against the timer going away while the interrupt is queued, * we require that the it_requeue_pending flag be set. */ void do_schedule_next_timer(struct siginfo *info)