Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Mar 2016 19:40:02 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r296546 - head/sys/compat/linux
Message-ID:  <201603081940.u28Je2vu095300@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Tue Mar  8 19:40:01 2016
New Revision: 296546
URL: https://svnweb.freebsd.org/changeset/base/296546

Log:
  Better english.
  
  Submitted by:	Kevin P. Neal
  MFC after:	1 week

Modified:
  head/sys/compat/linux/linux_misc.c

Modified: head/sys/compat/linux/linux_misc.c
==============================================================================
--- head/sys/compat/linux/linux_misc.c	Tue Mar  8 19:35:30 2016	(r296545)
+++ head/sys/compat/linux/linux_misc.c	Tue Mar  8 19:40:01 2016	(r296546)
@@ -209,7 +209,7 @@ linux_alarm(struct thread *td, struct li
 	/*
 	 * 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)) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603081940.u28Je2vu095300>