From owner-svn-src-all@FreeBSD.ORG Tue Oct 4 14:25:10 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A97B106566B; Tue, 4 Oct 2011 14:25:10 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5A27F8FC12; Tue, 4 Oct 2011 14:25:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p94EPAgd061422; Tue, 4 Oct 2011 14:25:10 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p94EPAgA061420; Tue, 4 Oct 2011 14:25:10 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201110041425.p94EPAgA061420@svn.freebsd.org> From: Adrian Chadd Date: Tue, 4 Oct 2011 14:25:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r225979 - head/usr.bin/csup X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2011 14:25:10 -0000 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)