From owner-svn-src-all@FreeBSD.ORG Sun Jan 23 12:44:17 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 7DEF31065670; Sun, 23 Jan 2011 12:44:17 +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 6D4408FC0A; Sun, 23 Jan 2011 12:44:17 +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 p0NCiHEl055536; Sun, 23 Jan 2011 12:44:17 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p0NCiH5m055534; Sun, 23 Jan 2011 12:44:17 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201101231244.p0NCiH5m055534@svn.freebsd.org> From: Konstantin Belousov Date: Sun, 23 Jan 2011 12:44:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r217747 - head/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: Sun, 23 Jan 2011 12:44:17 -0000 Author: kib Date: Sun Jan 23 12:44:17 2011 New Revision: 217747 URL: http://svn.freebsd.org/changeset/base/217747 Log: Fix typo. MFC after: 3 days Modified: head/sys/sys/pioctl.h Modified: head/sys/sys/pioctl.h ============================================================================== --- head/sys/sys/pioctl.h Sun Jan 23 11:08:39 2011 (r217746) +++ head/sys/sys/pioctl.h Sun Jan 23 12:44:17 2011 (r217747) @@ -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. */