bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/7] libshouldbeinlibc: Fix typo in local variable name


From: Stefan Weil
Subject: [PATCH 6/7] libshouldbeinlibc: Fix typo in local variable name
Date: Sat, 3 Jan 2015 10:16:11 +0100

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 libshouldbeinlibc/portxlate.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libshouldbeinlibc/portxlate.c b/libshouldbeinlibc/portxlate.c
index f78abbf..eb6abfb 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.  */
        }
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]