svn commit: r225979 - head/usr.bin/csup

Adrian Chadd adrian at FreeBSD.org
Tue Oct 4 14:25:10 UTC 2011


Author: adrian
Date: Tue Oct  4 14:25:10 2011
New Revision: 225979
URL: http://svn.freebsd.org/changeset/base/225979

Log:
  Update the comment to reflect what is actually going on.
  
  Submitted by:	mux

Modified:
  head/usr.bin/csup/updater.c

Modified: head/usr.bin/csup/updater.c
==============================================================================
--- head/usr.bin/csup/updater.c	Tue Oct  4 13:31:57 2011	(r225978)
+++ head/usr.bin/csup/updater.c	Tue Oct  4 14:25:10 2011	(r225979)
@@ -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)


More information about the svn-src-head mailing list