diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-16 17:20:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-09-16 17:20:08 +0000 |
commit | bec30f54520515e551ee413328bfc439c39f23b6 (patch) | |
tree | f87c2d6060aba265230a96f54ebd54a559ccae8a /sys/dev/usb/if_axe.c | |
parent | ba6aaeb5795a5f381673c75c9b5c3b4c3d26ca36 (diff) |
Fix a bunch of typos: manaul, monnitor, machiune, autload.
Diffstat (limited to 'sys/dev/usb/if_axe.c')
-rw-r--r-- | sys/dev/usb/if_axe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index bf5287d2847..2829a5eb175 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_axe.c,v 1.106 2011/07/03 15:47:17 matthew Exp $ */ +/* $OpenBSD: if_axe.c,v 1.107 2011/09/16 17:20:07 miod Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Jonathan Gray <jsg@openbsd.org> @@ -78,7 +78,7 @@ * to send any packets. * * Note that this device appears to only support loading the station - * address via autload from the EEPROM (i.e. there's no way to manaully + * address via autoload from the EEPROM (i.e. there's no way to manually * set it). * * (Adam Weinberger wanted me to name this driver if_gir.c.) |