From owner-svn-src-head@FreeBSD.ORG Thu Oct 24 19:32:21 2013 Return-Path: Delivered-To: svn-src-head@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 49679F5; Thu, 24 Oct 2013 19:32:21 +0000 (UTC) (envelope-from pluknet@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 36525253A; Thu, 24 Oct 2013 19:32:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OJWLZN005629; Thu, 24 Oct 2013 19:32:21 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OJWLsg005628; Thu, 24 Oct 2013 19:32:21 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201310241932.r9OJWLsg005628@svn.freebsd.org> From: Sergey Kandaurov Date: Thu, 24 Oct 2013 19:32:21 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r257067 - head/sys/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 24 Oct 2013 19:32:21 -0000 Author: pluknet Date: Thu Oct 24 19:32:20 2013 New Revision: 257067 URL: http://svnweb.freebsd.org/changeset/base/257067 Log: Correct typo. s/an an/an/ Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Thu Oct 24 17:06:41 2013 (r257066) +++ head/sys/conf/NOTES Thu Oct 24 19:32:20 2013 (r257067) @@ -127,7 +127,7 @@ options BLKDEV_IOSIZE=8192 # devices and DFLTPHYS for the rest. Some applications have better # performance with larger raw I/O access sizes. Note that certain VM # parameters are derived from these values and making them too large -# can make an an unbootable kernel. +# can make an unbootable kernel. # # The defaults are 64K and 128K respectively. options DFLTPHYS=(64*1024)