From c7441b5eb9bd4327845a1704e07903bacff08962 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:11 +0100 Subject: libshouldbeinlibc: Fix typo in local variable name Signed-off-by: Stefan Weil --- libshouldbeinlibc/portxlate.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libshouldbeinlibc') diff --git a/libshouldbeinlibc/portxlate.c b/libshouldbeinlibc/portxlate.c index f78abbf1..eb6abfb4 100644 --- a/libshouldbeinlibc/portxlate.c +++ b/libshouldbeinlibc/portxlate.c @@ -113,7 +113,7 @@ port_name_xlator_xlate (struct port_name_xlator *x, error_t err; mach_port_t port; mach_msg_type_number_t i; - mach_msg_type_name_t aquired_type; + mach_msg_type_name_t acquired_type; mach_msg_type_name_t valid_to_types; if (from_type == 0) @@ -137,7 +137,7 @@ port_name_xlator_xlate (struct port_name_xlator *x, ? MACH_MSG_TYPE_MAKE_SEND : MACH_MSG_TYPE_COPY_SEND), &port, - &aquired_type); + &acquired_type); if (err) return err; @@ -155,7 +155,7 @@ port_name_xlator_xlate (struct port_name_xlator *x, ? MACH_MSG_TYPE_MAKE_SEND : MACH_MSG_TYPE_COPY_SEND), &x->ports[i], - &aquired_type); + &acquired_type); if (err) x->to_types[i] = 0; /* Don't try to fetch this port again. */ } -- cgit v1.2.3