Fix typo (aligend -> aligned)
authormillert <millert@openbsd.org>
Thu, 10 Apr 1997 01:28:53 +0000 (01:28 +0000)
committermillert <millert@openbsd.org>
Thu, 10 Apr 1997 01:28:53 +0000 (01:28 +0000)
sys/arch/alpha/include/bus.h

index 1a51898..ca766c2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bus.h,v 1.7 1997/04/02 22:08:07 niklas Exp $  */
+/*     $OpenBSD: bus.h,v 1.8 1997/04/10 01:28:53 millert Exp $ */
 /*     $NetBSD: bus.h,v 1.10 1996/12/02 22:19:32 cgd Exp $     */
 
 /*
@@ -193,7 +193,7 @@ struct alpha_bus_space {
        __abs_nonsingle((type), (sz), (t), (h), (o), (a), (c))
 
 #else
-#define        __abs_aligend_nonsingle(type, sz, t, h, o, a, c)                \
+#define        __abs_aligned_nonsingle(type, sz, t, h, o, a, c)                \
     do {                                                               \
        if (((unsigned long)a & (sz - 1)) != 0)                         \
                panic("bus non-single %d-byte unaligned (to %p) at %s:%d", \