From a87488d1e468d1bc6836b50033073624eb33cbfb Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Tue, 8 Mar 2016 19:40:01 +0000 Subject: [PATCH] Better english. Submitted by: Kevin P. Neal MFC after: 1 week --- sys/compat/linux/linux_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index 7569644aedd..7e9a0d57394 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -209,7 +209,7 @@ linux_alarm(struct thread *td, struct linux_alarm_args *args) /* * According to POSIX and Linux implementation * the alarm() system call is always successfull. - * Ignore errors and return 0 as a Linux do. + * Ignore errors and return 0 as a Linux does. */ kern_setitimer(td, ITIMER_REAL, &it, &old_it); if (timevalisset(&old_it.it_value)) {