From owner-svn-src-all@FreeBSD.ORG Thu Sep 18 10:33:24 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17E649FF; Thu, 18 Sep 2014 10:33:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 032F0E31; Thu, 18 Sep 2014 10:33:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IAXNPu054206; Thu, 18 Sep 2014 10:33:23 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IAXNZ1054205; Thu, 18 Sep 2014 10:33:23 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201409181033.s8IAXNZ1054205@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Thu, 18 Sep 2014 10:33:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r271753 - head/sys/fs/autofs X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 10:33:24 -0000 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;