Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 10:33:23 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271753 - head/sys/fs/autofs
Message-ID:  <201409181033.s8IAXNZ1054205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Thu Sep 18 10:33:23 2014
New Revision: 271753
URL: http://svnweb.freebsd.org/changeset/base/271753

Log:
  Fix typos.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/fs/autofs/autofs.c

Modified: head/sys/fs/autofs/autofs.c
==============================================================================
--- head/sys/fs/autofs/autofs.c	Thu Sep 18 10:01:56 2014	(r271752)
+++ head/sys/fs/autofs/autofs.c	Thu Sep 18 10:33:23 2014	(r271753)
@@ -430,7 +430,7 @@ autofs_trigger_one(struct autofs_node *a
 			autofs_restore_sigmask(&oldset);
 			if (error != 0) {
 				/*
-				 * XXX: For some reson this returns -1
+				 * XXX: For some reason this returns -1
 				 *	instead of EINTR, wtf?!
 				 */
 				error = EINTR;
@@ -542,7 +542,7 @@ autofs_ioctl_request(struct autofs_daemo
 		    &autofs_softc->sc_lock);
 		if (error != 0) {
 			/*
-			 * XXX: For some reson this returns -1 instead
+			 * XXX: For some reason this returns -1 instead
 			 * 	of EINTR, wtf?!
 			 */
 			error = EINTR;



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