summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-10-26 18:32:06 +0000
committerjhb <jhb@FreeBSD.org>2009-10-26 18:32:06 +0000
commit1e218dfa9132db6bb1b3e16946e14cc4fdec2f3d (patch)
tree7bfe4411414654177b6127ccac4df32c8a079f85
parent33ab51801e1dbbaa6013226cc2dd82d7afb9d9b7 (diff)
downloadFreeBSD-src-1e218dfa9132db6bb1b3e16946e14cc4fdec2f3d.zip
FreeBSD-src-1e218dfa9132db6bb1b3e16946e14cc4fdec2f3d.tar.gz
Another nit that both I and ispell missed.
Submitted by: Ben Kaduk minimarmot of gmail
-rw-r--r--sys/kern/kern_cpuset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_cpuset.c b/sys/kern/kern_cpuset.c
index 7f57bae..3bdb45e 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.
*
OpenPOWER on IntegriCloud