From: millert Date: Thu, 10 Apr 1997 01:28:53 +0000 (+0000) Subject: Fix typo (aligend -> aligned) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c1c7f10d1e8a8f4f70624f98ea77bf8b91bf6e44;p=openbsd Fix typo (aligend -> aligned) --- 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", \