summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-10 01:28:54 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-10 01:28:54 +0000
commit30a4da21125579377641e28e2fb958d2becf75a3 (patch)
tree5fdf50e88f27ad03c39a1d6f57293ccd17847a94
parent404b45fa34fe873375a6588a4bbdd73cfbe761c7 (diff)
Fix typo (aligend -> aligned)
-rw-r--r--sys/arch/alpha/include/bus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/bus.h b/sys/arch/alpha/include/bus.h
index 1a5189833ab..ca766c26955 100644
--- a/sys/arch/alpha/include/bus.h
+++ b/sys/arch/alpha/include/bus.h
@@ -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", \