diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2012-08-24 09:01:22 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2012-08-24 09:01:22 +0000 |
| commit | cf4de3404611e6d4d7f9718f7361788d6048cdca (patch) | |
| tree | b2ca7dee59d11d7873d90971c56da8879a8869e5 /sys/dev/usb/usb.h | |
| parent | 4ec673debccdfb350af215e259b0cfc6aa443a2b (diff) | |
Fix typos
Diffstat (limited to 'sys/dev/usb/usb.h')
| -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 9b1bbdbd6f7..232391b9098 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,4 +1,4 @@ -/* $NetBSD: usb.h,v 1.95 2012/06/14 05:14:41 blymn Exp $ */ +/* $NetBSD: usb.h,v 1.96 2012/08/24 09:01:23 msaitoh Exp $ */ /* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */ /* @@ -124,7 +124,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)) |
