Better english.

Submitted by:	Kevin P. Neal
MFC after:	1 week
This commit is contained in:
Dmitry Chagin 2016-03-08 19:40:01 +00:00
parent 40f1f5c6c4
commit a87488d1e4

View File

@ -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)) {