diff options
author | Miles Bader <miles@gnu.org> | 1996-01-27 17:23:58 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-01-27 17:23:58 +0000 |
commit | ddf1f69d53fb87d77ccffd197410d9a86ce220a6 (patch) | |
tree | ea5c484aa26901a913e29e5780d86cea35cdb71b | |
parent | 62789ef7555ec0dc6b8b18d1dd71e59fbc51530e (diff) |
(ports_reallocate_port):
Fix spelling of cancel_threshold (was cancel_threshhold).
-rw-r--r-- | libports/reallocate-port.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |