diff options
Diffstat (limited to 'usermux/mux.c')
-rw-r--r-- | usermux/mux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usermux/mux.c b/usermux/mux.c index 92fd6292..145bcf59 100644 --- a/usermux/mux.c +++ b/usermux/mux.c @@ -1,6 +1,6 @@ /* Root usermux node - Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> This file is part of the GNU Hurd. @@ -272,7 +272,7 @@ netfs_get_dirents (struct iouser *cred, struct node *dir, /* User lookup. */ -/* Free storage allocated consumed by the host mux name NM, but not the node +/* Free storage allocated consumed by the user mux name NM, but not the node it points to. */ static void free_name (struct usermux_name *nm) |