summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-04-10 01:28:53 +0000
committermillert <millert@openbsd.org>1997-04-10 01:28:53 +0000
commitc1c7f10d1e8a8f4f70624f98ea77bf8b91bf6e44 (patch)
tree74c8fc777e53d3bda185fa022a5d92a11f7174bc
parentFix typos. (diff)
downloadwireguard-openbsd-c1c7f10d1e8a8f4f70624f98ea77bf8b91bf6e44.tar.xz
wireguard-openbsd-c1c7f10d1e8a8f4f70624f98ea77bf8b91bf6e44.zip
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", \