diff options
-rw-r--r-- | usr.bin/csup/updater.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/csup/updater.c b/usr.bin/csup/updater.c index f3f3f27..e95ec10 100644 --- a/usr.bin/csup/updater.c +++ b/usr.bin/csup/updater.c @@ -238,7 +238,7 @@ updater(void *arg) /* * Make sure to close the fixups even in case of an error, - * so that the lister thread doesn't block indefinitely. + * so that the detailer thread doesn't block indefinitely. */ fixups_close(up->config->fixups); if (!error) |