Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Oct 2011 14:25:10 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225979 - head/usr.bin/csup
Message-ID:  <201110041425.p94EPAgA061420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110041425.p94EPAgA061420>