From owner-svn-src-head@FreeBSD.ORG Sat Nov 5 09:04:13 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E4651065673; Sat, 5 Nov 2011 09:04:13 +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 4EA868FC18; Sat, 5 Nov 2011 09:04:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pA594DGo057177; Sat, 5 Nov 2011 09:04:13 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pA594D7O057175; Sat, 5 Nov 2011 09:04:13 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201111050904.pA594D7O057175@svn.freebsd.org> From: Konstantin Belousov Date: Sat, 5 Nov 2011 09:04:13 +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: r227104 - head/sys/fs/procfs X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2011 09:04:13 -0000 Author: kib Date: Sat Nov 5 09:04:13 2011 New Revision: 227104 URL: http://svn.freebsd.org/changeset/base/227104 Log: Fix typo. MFC after: 3 days Modified: head/sys/fs/procfs/procfs_status.c Modified: head/sys/fs/procfs/procfs_status.c ============================================================================== --- head/sys/fs/procfs/procfs_status.c Sat Nov 5 09:03:18 2011 (r227103) +++ head/sys/fs/procfs/procfs_status.c Sat Nov 5 09:04:13 2011 (r227104) @@ -175,7 +175,7 @@ procfs_doproccmdline(PFS_FILL_ARGS) /* * If we are using the ps/cmdline caching, use that. Otherwise * revert back to the old way which only implements full cmdline - * for the currept process and just p->p_comm for all other + * for the current process and just p->p_comm for all other * processes. * Note that if the argv is no longer available, we deliberately * don't fall back on p->p_comm or return an error: the authentic