summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2016-03-08 19:40:01 +0000
committerdchagin <dchagin@FreeBSD.org>2016-03-08 19:40:01 +0000
commitca1f165017958711d7a25127b3807240b661ea41 (patch)
tree4d67cb3722e232519f335ca3301b29952b26f29a
parent7793331c97c46132ad436b7791883ebcc8e4a33c (diff)
downloadFreeBSD-src-ca1f165017958711d7a25127b3807240b661ea41.zip
FreeBSD-src-ca1f165017958711d7a25127b3807240b661ea41.tar.gz
Better english.
Submitted by: Kevin P. Neal MFC after: 1 week
-rw-r--r--sys/compat/linux/linux_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c
index 7569644..7e9a0d5 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)) {
OpenPOWER on IntegriCloud