diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-23 19:25:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-06-23 19:25:08 +0000 |
commit | a0a0c45165d336c4b1742670371513443ee187c2 (patch) | |
tree | 43c3cb2457b143ef7db2101b875cf0d2147be724 /sys/dev | |
parent | 584768ba82dd34da781f278697a0007629066a5f (diff) |
A typo a day, keeps the dictionnary away.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/usb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index addd5a3bcd0..80dfa366b19 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usb.h,v 1.23 2003/11/16 20:30:07 avsm Exp $ */ +/* $OpenBSD: usb.h,v 1.24 2006/06/23 19:25:07 miod Exp $ */ /* $NetBSD: usb.h,v 1.69 2002/09/22 23:20:50 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */ @@ -91,7 +91,7 @@ typedef u_int8_t uDWord[4]; (w)[3] = (u_int8_t)((v) >> 24)) #else /* - * On little-endian machines that can handle unanliged accesses + * On little-endian machines that can handle unaligned accesses * (e.g. i386) these macros can be replaced by the following. */ #define UGETW(w) (*(u_int16_t *)(w)) |