From 86855bf54935f7c2e0431cb40d1f1aa2813b40a7 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 26 Oct 2009 18:32:06 +0000 Subject: [PATCH] Another nit that both I and ispell missed. Submitted by: Ben Kaduk minimarmot of gmail --- sys/kern/kern_cpuset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/kern_cpuset.c b/sys/kern/kern_cpuset.c index 7f57bae3caa3..3bdb45e3bf7c 100644 --- a/sys/kern/kern_cpuset.c +++ b/sys/kern/kern_cpuset.c @@ -87,7 +87,7 @@ __FBSDID("$FreeBSD$"); * Modifying a pid or tid's mask applies only to that tid but must still * exist within the assigned parent set. * - * A thread may not be assigned to a a group separate from other threads in + * A thread may not be assigned to a group separate from other threads in * the process. This is to remove ambiguity when the setid is queried with * a pid argument. There is no other technical limitation. *