From c05ffa48b0af36908b4233c1496e27ceb5d756c8 Mon Sep 17 00:00:00 2001 From: nyan Date: Sun, 17 Feb 2002 14:16:17 +0000 Subject: Correct typo. --- sys/amd64/include/bus_amd64.h | 2 +- sys/amd64/include/bus_at386.h | 2 +- sys/i386/include/bus_at386.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/amd64/include/bus_amd64.h b/sys/amd64/include/bus_amd64.h index 5cd35d3..92bb3ff 100644 --- a/sys/amd64/include/bus_amd64.h +++ b/sys/amd64/include/bus_amd64.h @@ -138,7 +138,7 @@ static __inline int bus_space_subregion(bus_space_tag_t t, static __inline int bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh, - bus_size_t offset, bus_size_t site, + bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) { diff --git a/sys/amd64/include/bus_at386.h b/sys/amd64/include/bus_at386.h index 5cd35d3..92bb3ff 100644 --- a/sys/amd64/include/bus_at386.h +++ b/sys/amd64/include/bus_at386.h @@ -138,7 +138,7 @@ static __inline int bus_space_subregion(bus_space_tag_t t, static __inline int bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh, - bus_size_t offset, bus_size_t site, + bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) { diff --git a/sys/i386/include/bus_at386.h b/sys/i386/include/bus_at386.h index 5cd35d3..92bb3ff 100644 --- a/sys/i386/include/bus_at386.h +++ b/sys/i386/include/bus_at386.h @@ -138,7 +138,7 @@ static __inline int bus_space_subregion(bus_space_tag_t t, static __inline int bus_space_subregion(bus_space_tag_t t, bus_space_handle_t bsh, - bus_size_t offset, bus_size_t site, + bus_size_t offset, bus_size_t size, bus_space_handle_t *nbshp) { -- cgit v1.1