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.mal...@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.
  */
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to