svn commit: r271753 - head/sys/fs/autofs

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Sep 18 10:33:24 UTC 2014


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;


More information about the svn-src-all mailing list