summaryrefslogtreecommitdiff
path: root/libports/reallocate-from-external.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-01-27 17:24:35 +0000
committerMiles Bader <miles@gnu.org>1996-01-27 17:24:35 +0000
commit584ecb30ee8709665bc3689b8797686167d38a9b (patch)
treeee920382656cb629e096d385182b3ec90f84dbb2 /libports/reallocate-from-external.c
parentddf1f69d53fb87d77ccffd197410d9a86ce220a6 (diff)
(ports_reallocate_from_external):
Fix spelling of cancel_threshold (was cancel_threshhold).
Diffstat (limited to 'libports/reallocate-from-external.c')
-rw-r--r--libports/reallocate-from-external.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libports/reallocate-from-external.c b/libports/reallocate-from-external.c
index ca43f5ca..3b4b8de3 100644
--- a/libports/reallocate-from-external.c
+++ b/libports/reallocate-from-external.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by Michael I. Bushnell.
This file is part of the GNU Hurd.
@@ -56,7 +56,7 @@ ports_reallocate_from_external (void *portstruct, mach_port_t receive)
}
pi->port_right = receive;
- pi->cancel_threshhold = 0;
+ pi->cancel_threshold = 0;
pi->mscount = stat.mps_mscount;
ihash_add (pi->bucket->htable, receive, pi, &pi->hentry);