diff options
-rw-r--r-- | sys/arch/arm/include/isa_machdep.h | 4 | ||||
-rw-r--r-- | sys/dev/usb/if_zydreg.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/arm/include/isa_machdep.h b/sys/arch/arm/include/isa_machdep.h index 4ff877681f1..0cae3a8ec4d 100644 --- a/sys/arch/arm/include/isa_machdep.h +++ b/sys/arch/arm/include/isa_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.h,v 1.4 2008/06/26 05:42:09 ray Exp $ */ +/* $OpenBSD: isa_machdep.h,v 1.5 2010/11/19 21:12:12 miod Exp $ */ /* $NetBSD: isa_machdep.h,v 1.3 2002/01/07 22:58:07 chris Exp $ */ /*- @@ -177,7 +177,7 @@ int isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq); void isa_intr_init(void); /* - * Miscellanous functions. + * Miscellaneous functions. */ void isa_fillw(u_int val, void *addr, size_t len); diff --git a/sys/dev/usb/if_zydreg.h b/sys/dev/usb/if_zydreg.h index 3b44c505008..c858a224248 100644 --- a/sys/dev/usb/if_zydreg.h +++ b/sys/dev/usb/if_zydreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_zydreg.h,v 1.24 2009/05/31 13:03:21 jsg Exp $ */ +/* $OpenBSD: if_zydreg.h,v 1.25 2010/11/19 21:12:14 miod Exp $ */ /*- * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr> @@ -109,7 +109,7 @@ #define ZYD_MACB_MAX_RETRY 0x9b28 /* - * Miscellanous registers. + * Miscellaneous registers. */ #define ZYD_FIRMWARE_START_ADDR 0xee00 #define ZYD_FIRMWARE_BASE_ADDR 0xee1d /* Firmware base address */ |