svn commit: r198495 - head/sys/kern

John Baldwin jhb at FreeBSD.org
Mon Oct 26 18:32:06 UTC 2009


Author: jhb
Date: Mon Oct 26 18:32:06 2009
New Revision: 198495
URL: http://svn.freebsd.org/changeset/base/198495

Log:
  Another nit that both I and ispell missed.
  
  Submitted by:	Ben Kaduk  minimarmot of gmail

Modified:
  head/sys/kern/kern_cpuset.c

Modified: head/sys/kern/kern_cpuset.c
==============================================================================
--- head/sys/kern/kern_cpuset.c	Mon Oct 26 18:02:05 2009	(r198494)
+++ head/sys/kern/kern_cpuset.c	Mon Oct 26 18:32:06 2009	(r198495)
@@ -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.
  *


More information about the svn-src-head mailing list