summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-12-09 22:43:21 +0000
committerRoland McGrath <roland@gnu.org>1994-12-09 22:43:21 +0000
commit496b28825aa5bf428220dc87bad91d227ed4f592 (patch)
treeca58616609fec1725f54c6cb202eb04ebc8735cc
parente9f2e1ff3794c13ade7085d2a8f8b3cfa9acbedc (diff)
(__hurd_file_name_lookup_retry): Fix typo.
-rw-r--r--hurd/hurdlookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdlookup.c b/hurd/hurdlookup.c
index df7c6c3273..305ffbfccb 100644
--- a/hurd/hurdlookup.c
+++ b/hurd/hurdlookup.c
@@ -202,7 +202,7 @@ __hurd_file_name_lookup_retry (file_t crdir,
mach_msg_type_number_t hostinfocnt = HOST_BASIC_INFO_COUNT;
char *p;
if (err = __host_info (__mach_host_self (), HOST_BASIC_INFO,
- (natrual_t *) &hostinfo,
+ (natural_t *) &hostinfo,
&hostinfocnt))
return err;
if (hostinfocnt != HOST_BASIC_INFO_COUNT)