diff options
author | Thomas Bushnell <thomas@gnu.org> | 2000-07-18 21:36:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 2000-07-18 21:36:39 +0000 |
commit | c4a7249150997ac38e46a45439ba4d986a253d84 (patch) | |
tree | 9638f3cfcc7cd9af9f8ec1a4f8745367b860f787 /usermux/mux.c | |
parent | 8866749204162b2192bdf76d19cd6bc3ced21854 (diff) |
2000-07-18 Thomas Bushnell, BSG <tb@mit.edu>
* mux.c (free_name): Fix typo in comment.
* usermux.c: Likewise.
* usermux.h: Likewise
(struct usermux): Likewise.
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) |