diff options
Diffstat (limited to 'sys/dev/ed/if_ed.c')
-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. */ |