diff options
author | adrian <adrian@FreeBSD.org> | 2011-10-04 14:25:10 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-10-04 14:25:10 +0000 |
commit | 069abf93c2a4ea0b586910723be6bf11cebe442e (patch) | |
tree | d403ce61508627e2de98a46931905b67f2a83565 /usr.bin/csup/updater.c | |
parent | 2d080ae31f8dcded3dfc26f912370acee51b3ed0 (diff) | |
download | FreeBSD-src-069abf93c2a4ea0b586910723be6bf11cebe442e.zip FreeBSD-src-069abf93c2a4ea0b586910723be6bf11cebe442e.tar.gz |
Update the comment to reflect what is actually going on.
Submitted by: mux
Diffstat (limited to 'usr.bin/csup/updater.c')
-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) |