1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-01 08:27:59 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296546

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