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; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"