From ddf1f69d53fb87d77ccffd197410d9a86ce220a6 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 27 Jan 1996 17:23:58 +0000 Subject: (ports_reallocate_port): Fix spelling of cancel_threshold (was cancel_threshhold). --- libports/reallocate-port.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libports') diff --git a/libports/reallocate-port.c b/libports/reallocate-port.c index 07680dea..42ac60bf 100644 --- a/libports/reallocate-port.c +++ b/libports/reallocate-port.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. @@ -45,7 +45,7 @@ ports_reallocate_port (void *portstruct) pi->flags &= ~PORT_HAS_SENDRIGHTS; dropref = 1; } - pi->cancel_threshhold = 0; + pi->cancel_threshold = 0; pi->mscount = 0; ihash_add (pi->bucket->htable, pi->port_right, pi, &pi->hentry); mutex_unlock (&_ports_lock); -- cgit v1.2.3