From owner-svn-src-all@FreeBSD.ORG Wed Jan 26 08:39:34 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81D66106564A; Wed, 26 Jan 2011 08:39:34 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 709BC8FC12; Wed, 26 Jan 2011 08:39:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p0Q8dYDH068928; Wed, 26 Jan 2011 08:39:34 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p0Q8dYml068926; Wed, 26 Jan 2011 08:39:34 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201101260839.p0Q8dYml068926@svn.freebsd.org> From: Konstantin Belousov Date: Wed, 26 Jan 2011 08:39:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r217876 - stable/8/sys/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Jan 2011 08:39:34 -0000 Author: kib Date: Wed Jan 26 08:39:34 2011 New Revision: 217876 URL: http://svn.freebsd.org/changeset/base/217876 Log: MFC r217747: Fix typo. Modified: stable/8/sys/sys/pioctl.h Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) Modified: stable/8/sys/sys/pioctl.h ============================================================================== --- stable/8/sys/sys/pioctl.h Wed Jan 26 06:57:48 2011 (r217875) +++ stable/8/sys/sys/pioctl.h Wed Jan 26 08:39:34 2011 (r217876) @@ -69,7 +69,7 @@ struct procfs_status { /* * If PF_LINGER is set in procp->p_pfsflags, then the last close - * of a /proc//mem file will nto clear out the stops and continue + * of a /proc//mem file will not clear out the stops and continue * the process. */