diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2021-05-26 17:25:33 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-10 22:13:20 +0200 |
commit | b24812dce9062559ab2b9a3d07505d9985ccc83a (patch) | |
tree | 04282e30d44c918bc9c729940fffe0a8407e1aee /libfshelp/translator-list.c | |
parent | b948c942539d47fb91a28dd085a028f3116b70c4 (diff) | |
download | hurd-b24812dce9062559ab2b9a3d07505d9985ccc83a.tar.gz hurd-b24812dce9062559ab2b9a3d07505d9985ccc83a.tar.bz2 hurd-b24812dce9062559ab2b9a3d07505d9985ccc83a.zip |
libfshelp: Update some comments
Diffstat (limited to 'libfshelp/translator-list.c')
-rw-r--r-- | libfshelp/translator-list.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libfshelp/translator-list.c b/libfshelp/translator-list.c index 63088fe9..6d4f9411 100644 --- a/libfshelp/translator-list.c +++ b/libfshelp/translator-list.c @@ -79,8 +79,7 @@ static pthread_mutex_t translator_ihash_lock = PTHREAD_MUTEX_INITIALIZER; /* Record an active translator being bound to the given file name NAME. TRANSBOX is the nodes transbox. PI references a receive - port that is used to request dead name notifications, typically the - port for the underlying node passed to the translator. */ + port that is used to request dead name notifications. */ error_t fshelp_set_active_translator (struct port_info *pi, const char *name, |