From owner-svn-src-all@FreeBSD.ORG Sun Feb 8 20:29:38 2009 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 356121065689; Sun, 8 Feb 2009 20:29:38 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CAF808FC13; Sun, 8 Feb 2009 20:29:37 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n18KTbDi033596; Sun, 8 Feb 2009 20:29:37 GMT (envelope-from sam@svn.freebsd.org) Received: (from sam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n18KTbWP033595; Sun, 8 Feb 2009 20:29:37 GMT (envelope-from sam@svn.freebsd.org) Message-Id: <200902082029.n18KTbWP033595@svn.freebsd.org> From: Sam Leffler Date: Sun, 8 Feb 2009 20:29:37 +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: r188332 - head/sys/dev/cfi 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, 08 Feb 2009 20:29:39 -0000 Author: sam Date: Sun Feb 8 20:29:37 2009 New Revision: 188332 URL: http://svn.freebsd.org/changeset/base/188332 Log: fix typo Submitted by: Christoph Mallon Modified: head/sys/dev/cfi/cfi_core.c Modified: head/sys/dev/cfi/cfi_core.c ============================================================================== --- head/sys/dev/cfi/cfi_core.c Sun Feb 8 20:23:46 2009 (r188331) +++ head/sys/dev/cfi/cfi_core.c Sun Feb 8 20:29:37 2009 (r188332) @@ -439,7 +439,7 @@ cfi_write_block(struct cfi_softc *sc) * at the factory with a unique 64-bit number which is immutable. * The other segment is left blank for User (OEM) programming. * The User/OEM segment is One Time Programmable (OTP). It can also - * be locked to prevent any firther writes by setting bit 0 of the + * be locked to prevent any further writes by setting bit 0 of the * Protection Lock Register (PLR). The PLR can written only once. */