From 47479a8ceb2e8e710ff6defe1c985437a2497b6b Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" 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 07e5b246004..a319ecc0914 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. */