From cb075fbf998f15ec0a9d6630f5aa9d18c492247f Mon Sep 17 00:00:00 2001 From: bz Date: Wed, 22 Apr 2009 20:49:54 +0000 Subject: [PATCH] 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 --- sys/kern/kern_cpuset.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/kern/kern_cpuset.c b/sys/kern/kern_cpuset.c index 07e5b2460047..a319ecc09148 100644 --- a/sys/kern/kern_cpuset.c +++ b/sys/kern/kern_cpuset.c @@ -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. */