summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-02-08 20:29:37 +0000
committersam <sam@FreeBSD.org>2009-02-08 20:29:37 +0000
commit17606abd64d468568c5f7cb68d9e22dd675fcb15 (patch)
tree29dfc42d20f16516d8745ffeefa91315335ceaee
parent379838428bc3290cfa7dd1000360af6eda4fae33 (diff)
downloadFreeBSD-src-17606abd64d468568c5f7cb68d9e22dd675fcb15.zip
FreeBSD-src-17606abd64d468568c5f7cb68d9e22dd675fcb15.tar.gz
fix typo
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
-rw-r--r--sys/dev/cfi/cfi_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cfi/cfi_core.c b/sys/dev/cfi/cfi_core.c
index a31db5c..c7257c2 100644
--- a/sys/dev/cfi/cfi_core.c
+++ b/sys/dev/cfi/cfi_core.c
@@ -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.
*/
OpenPOWER on IntegriCloud