diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2007-11-27 16:22:15 +0000 |
commit | 245db5a41f9169790fdca278ce21fafcf86e0c88 (patch) | |
tree | 6781af9f23ceff505e40794a72fefc72863f57ce /sys/dev/usb/if_atureg.h | |
parent | 9f520cd77cf5af190ae0c0fe2bd068102a1e3fb5 (diff) |
typos; ok jmc@
sys/dev/pci/pciide.c from naddy@
Diffstat (limited to 'sys/dev/usb/if_atureg.h')
-rw-r--r-- | sys/dev/usb/if_atureg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_atureg.h b/sys/dev/usb/if_atureg.h index c97306820c3..f0e885d2a9b 100644 --- a/sys/dev/usb/if_atureg.h +++ b/sys/dev/usb/if_atureg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_atureg.h,v 1.30 2007/06/09 11:06:53 mbalmer Exp $ */ +/* $OpenBSD: if_atureg.h,v 1.31 2007/11/27 16:22:13 martynas Exp $ */ /* * Copyright (c) 2003 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -442,7 +442,7 @@ struct atu_tx_hdr { #define NR(x) (void *)((long)x) /* - * The linux driver uses seperate routines for every mib request they do + * The linux driver uses separate routines for every mib request they do * (eg. set_radio / set_preamble / set_frag / etc etc ) * We just define a list of types, sizes and offsets and use those */ |