From c4a7249150997ac38e46a45439ba4d986a253d84 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 18 Jul 2000 21:36:39 +0000 Subject: 2000-07-18 Thomas Bushnell, BSG * mux.c (free_name): Fix typo in comment. * usermux.c: Likewise. * usermux.h: Likewise (struct usermux): Likewise. --- usermux/usermux.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usermux/usermux.h') diff --git a/usermux/usermux.h b/usermux/usermux.h index 0dba4d92..ff4ca5de 100644 --- a/usermux/usermux.h +++ b/usermux/usermux.h @@ -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 This file is part of the GNU Hurd. @@ -33,7 +33,7 @@ struct passwd; /* Handy source of time. */ volatile struct mapped_time_value *usermux_maptime; -/* The state associated with a host multiplexer translator. */ +/* The state associated with a user multiplexer translator. */ struct usermux { /* The user nodes in this mux. */ -- cgit v1.2.3