Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 2009 20:49:54 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191403 - head/sys/kern
Message-ID:  <200904222049.n3MKnsLQ067216@svn.freebsd.org>

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



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