From 584ecb30ee8709665bc3689b8797686167d38a9b Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 27 Jan 1996 17:24:35 +0000 Subject: (ports_reallocate_from_external): Fix spelling of cancel_threshold (was cancel_threshhold). --- libports/reallocate-from-external.c | 4 ++-- 1 file 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); -- cgit v1.2.3