From owner-svn-src-all@FreeBSD.ORG Sun Oct 27 18:52:09 2013 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 ESMTP id A7A50DAE; Sun, 27 Oct 2013 18:52:09 +0000 (UTC) (envelope-from kib@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 954BB267D; Sun, 27 Oct 2013 18:52:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9RIq9In088286; Sun, 27 Oct 2013 18:52:09 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9RIq9wx088285; Sun, 27 Oct 2013 18:52:09 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201310271852.r9RIq9wx088285@svn.freebsd.org> From: Konstantin Belousov Date: Sun, 27 Oct 2013 18:52:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257221 - head/sys/kern 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.14 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, 27 Oct 2013 18:52:09 -0000 Author: kib Date: Sun Oct 27 18:52:09 2013 New Revision: 257221 URL: http://svnweb.freebsd.org/changeset/base/257221 Log: Fix typo. MFC after: 3 days Modified: head/sys/kern/subr_param.c Modified: head/sys/kern/subr_param.c ============================================================================== --- head/sys/kern/subr_param.c Sun Oct 27 17:27:06 2013 (r257220) +++ head/sys/kern/subr_param.c Sun Oct 27 18:52:09 2013 (r257221) @@ -344,7 +344,7 @@ init_param2(long physpages) } /* - * Sysctl stringiying handler for kern.vm_guest. + * Sysctl stringifying handler for kern.vm_guest. */ static int sysctl_kern_vm_guest(SYSCTL_HANDLER_ARGS)