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)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to