diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-19 21:12:15 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2010-11-19 21:12:15 +0000 |
commit | 0f5cf25c2a8918dce98430a47e2e1e418f232809 (patch) | |
tree | 37a52db79d929f51eae409d05f2d46fd0d715eed /sys/arch/arm | |
parent | 6b56d78891d7cfc9c786fa3fb9b2350229beca3f (diff) |
miscellanous->miscellaneous
Diffstat (limited to 'sys/arch/arm')
-rw-r--r-- | sys/arch/arm/include/isa_machdep.h | 4 |
1 files changed, 2 insertions, 2 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); |