Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2009 20:29:37 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r188332 - head/sys/dev/cfi
Message-ID:  <200902082029.n18KTbWP033595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <christoph.mallon@gmx.de>

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.
  */
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902082029.n18KTbWP033595>