From owner-svn-src-head@freebsd.org Tue Jul 14 06:34:58 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1E6699C3AE; Tue, 14 Jul 2015 06:34:58 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA9FFDE9; Tue, 14 Jul 2015 06:34:58 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6E6YwiC093627; Tue, 14 Jul 2015 06:34:58 GMT (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6E6Yw6s093626; Tue, 14 Jul 2015 06:34:58 GMT (envelope-from jmg@FreeBSD.org) Message-Id: <201507140634.t6E6Yw6s093626@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmg set sender to jmg@FreeBSD.org using -f From: John-Mark Gurney Date: Tue, 14 Jul 2015 06:34:58 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r285525 - 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.20 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: Tue, 14 Jul 2015 06:34:58 -0000 Author: jmg Date: Tue Jul 14 06:34:57 2015 New Revision: 285525 URL: https://svnweb.freebsd.org/changeset/base/285525 Log: fix typos.. Submitted by: brueffer Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Tue Jul 14 05:14:10 2015 (r285524) +++ head/sys/conf/NOTES Tue Jul 14 06:34:57 2015 (r285525) @@ -2818,8 +2818,8 @@ options DCONS_FORCE_GDB=1 # force to be device crypto # core crypto support # Only install the cryptodev device if you are running tests, or know -# specificly why you need it. Most cases, it is not needed and will -# make things slower. +# specifically why you need it. In most cases, it is not needed and +# will make things slower. device cryptodev # /dev/crypto for access to h/w device rndtest # FIPS 140-2 entropy tester