summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2009-01-31 10:04:36 +0000
committertrhodes <trhodes@FreeBSD.org>2009-01-31 10:04:36 +0000
commite2a805f19f85cd20079a30f6532e261f7c2ebe1d (patch)
tree1b8352cb73cb89fc7551567c0f3bcb5b325ecec5
parent717b3d8e55490a7d4679d4a64c62af005b554f8a (diff)
downloadFreeBSD-src-e2a805f19f85cd20079a30f6532e261f7c2ebe1d.zip
FreeBSD-src-e2a805f19f85cd20079a30f6532e261f7c2ebe1d.tar.gz
Fix a typo in a comment.
-rw-r--r--sys/sys/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h
index f65a198..6db586b 100644
--- a/sys/sys/unistd.h
+++ b/sys/sys/unistd.h
@@ -178,7 +178,7 @@
#define RFSIGSHARE (1<<14) /* share signal handlers */
#define RFLINUXTHPN (1<<16) /* do linux clone exit parent notification */
#define RFSTOPPED (1<<17) /* leave child in a stopped state */
-#define RFHIGHPID (1<<18) /* use a pid higher then 10 (idleproc) */
+#define RFHIGHPID (1<<18) /* use a pid higher than 10 (idleproc) */
#define RFPPWAIT (1<<31) /* parent sleeps until child exits (vfork) */
#define RFKERNELONLY (RFSTOPPED | RFHIGHPID | RFPPWAIT)
OpenPOWER on IntegriCloud