diff options
author | sam <sam@FreeBSD.org> | 2009-02-08 20:29:37 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2009-02-08 20:29:37 +0000 |
commit | 17606abd64d468568c5f7cb68d9e22dd675fcb15 (patch) | |
tree | 29dfc42d20f16516d8745ffeefa91315335ceaee /sys/dev/cfi/cfi_core.c | |
parent | 379838428bc3290cfa7dd1000360af6eda4fae33 (diff) | |
download | FreeBSD-src-17606abd64d468568c5f7cb68d9e22dd675fcb15.zip FreeBSD-src-17606abd64d468568c5f7cb68d9e22dd675fcb15.tar.gz |
fix typo
Submitted by: Christoph Mallon <christoph.mallon@gmx.de>
Diffstat (limited to 'sys/dev/cfi/cfi_core.c')
-rw-r--r-- | sys/dev/cfi/cfi_core.c | 2 |
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. */ |