diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 09:25:10 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 09:25:10 +0000 |
commit | e69fe706f10796309aef77a1726d7bbd9ef3fa41 (patch) | |
tree | b971a50b8647d28d9cb5c9c1a93781c889624f52 /sys/dev/ed | |
parent | 010d68ca1c6a6f04e09a047a3682ff8fa338c986 (diff) | |
download | FreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.zip FreeBSD-src-e69fe706f10796309aef77a1726d7bbd9ef3fa41.tar.gz |
Fix typo: wierd -> weird.
There is no such thing as wierd in the english language.
Diffstat (limited to 'sys/dev/ed')
-rw-r--r-- | sys/dev/ed/if_ed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index afa9cd4..a8979aa 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -3047,7 +3047,7 @@ ed_hpp_writemem(sc, src, dst, len) * Write to HP PC Lan+ NIC memory. Access to the NIC can be by using * outsw() or via the memory mapped interface to the same register. * Writes have to be in word units; byte accesses won't work and may cause - * the NIC to behave wierdly. Long word accesses are permitted if the ASIC + * the NIC to behave weirdly. Long word accesses are permitted if the ASIC * allows it. */ |