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/usermux.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/usermux.c')
-rw-r--r-- | usermux/usermux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usermux/usermux.c b/usermux/usermux.c index 060fb411..a7bc850a 100644 --- a/usermux/usermux.c +++ b/usermux/usermux.c @@ -1,6 +1,6 @@ -/* Multiplexing filesystems by host +/* Multiplexing filesystems by user - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 2000 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> This file is part of the GNU Hurd. |