diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-01-09 06:58:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-01-09 06:58:52 +0000 |
commit | 05b5faec8871cf2f250983ebfcfe81a4e459212d (patch) | |
tree | ed29583122742cffa7184738e368ce814b761cfc /sys/arch | |
parent | 98fde70f705d3599b468cb52b70d1bc1e639ad57 (diff) |
typo
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/include/bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/bus.h b/sys/arch/hppa/include/bus.h index 7738a3654b4..1f7da0e0745 100644 --- a/sys/arch/hppa/include/bus.h +++ b/sys/arch/hppa/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.23 2004/04/07 18:24:19 mickey Exp $ */ +/* $OpenBSD: bus.h,v 1.24 2005/01/09 06:58:51 mickey Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -177,7 +177,7 @@ extern const struct hppa_bus_space_tag hppa_bustag; #define bus_space_subregion(t,h,o,c,hp) \ (((t)->hbt_subregion)((t)->hbt_cookie,(h),(o),(c),(hp))) #define bus_space_alloc(t,b,e,c,al,bn,ca,ap,hp) \ - (((t)->hbt_alloc)((t)->hbt_alloc,(b),(e),(c),(al),(bn),(ca),(ap),(hp))) + (((t)->hbt_alloc)((t)->hbt_cookie,(b),(e),(c),(al),(bn),(ca),(ap),(hp))) #define bus_space_free(t,h,c) \ (((t)->hbt_free)((t)->hbt_cookie,(h),(c))) |