From 787ac3452ce1281e78e5e0b2dfcfccc0f2b8c3b9 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Tue, 4 Oct 2011 14:25:10 +0000 Subject: [PATCH] Update the comment to reflect what is actually going on. Submitted by: mux --- usr.bin/csup/updater.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/csup/updater.c b/usr.bin/csup/updater.c index f3f3f27aa8a2..e95ec107bbee 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)