diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 09:25:10 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-02-06 09:25:10 +0000 |
| commit | f09deb696204780b45df6a4946dc3c41519bc386 (patch) | |
| tree | 864a4fe2787a9312322306e13929fc99a57ac429 /sys/dev/ed | |
| parent | 294939dced243f05db3224ff965c31dc2caac2f2 (diff) | |
Notes
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 afa9cd4d020f9..a8979aaf0c806 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. */ |
