svn commit: r188332 - head/sys/dev/cfi

Sam Leffler sam at FreeBSD.org
Sun Feb 8 12:29:39 PST 2009


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


More information about the svn-src-head mailing list