From owner-svn-src-head@FreeBSD.ORG Wed Apr 22 20:49:54 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57A2B106568C; Wed, 22 Apr 2009 20:49:54 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 45A4C8FC1B; Wed, 22 Apr 2009 20:49:54 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3MKnsdh067217; Wed, 22 Apr 2009 20:49:54 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3MKnsLQ067216; Wed, 22 Apr 2009 20:49:54 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <200904222049.n3MKnsLQ067216@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Wed, 22 Apr 2009 20:49:54 +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: r191403 - head/sys/kern X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2009 20:49:54 -0000 Author: bz Date: Wed Apr 22 20:49:54 2009 New Revision: 191403 URL: http://svn.freebsd.org/changeset/base/191403 Log: Correct a comment: the function name given had never existed in any (relevant) version of this file orany of my patches. MFC after: 1 month Modified: head/sys/kern/kern_cpuset.c Modified: head/sys/kern/kern_cpuset.c ============================================================================== --- head/sys/kern/kern_cpuset.c Wed Apr 22 17:08:16 2009 (r191402) +++ head/sys/kern/kern_cpuset.c Wed Apr 22 20:49:54 2009 (r191403) @@ -716,7 +716,8 @@ cpuset_thread0(void) * Create a cpuset, which would be cpuset_create() but * mark the new 'set' as root. * - * We are not going to reparent the td to it. Use cpuset_reparentproc() for that. + * We are not going to reparent the td to it. Use cpuset_setproc_update_set() + * for that. * * In case of no error, returns the set in *setp locked with a reference. */