summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2006-11-12 23:16:31 +0000
committerceri <ceri@FreeBSD.org>2006-11-12 23:16:31 +0000
commitef66e595ff442fd5a1d1c1900ea1194211e5fe7d (patch)
tree14443a3cbb6d04bef10a737541b90cc974224bdc /sys/sys
parent6093953d36a905170046a19eb1141c99b22fa802 (diff)
downloadFreeBSD-src-ef66e595ff442fd5a1d1c1900ea1194211e5fe7d.zip
FreeBSD-src-ef66e595ff442fd5a1d1c1900ea1194211e5fe7d.tar.gz
Correct typos in comments.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 5716a4a..454982a 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -208,7 +208,7 @@ struct thread;
* BASE priority and total available quanta are properties of a KSEGRP.
* Multiple KSEGRPs in a single process compete against each other
* for total quanta in the same way that a forked child competes against
- * it's parent process.
+ * its parent process.
*/
struct ksegrp;
@@ -784,7 +784,7 @@ struct proc {
#define SINGLE_EXIT 1
#define SINGLE_BOUNDARY 2
-/* XXXKSE: Missing values for thread_suspsend_check(). */
+/* XXXKSE: Missing values for thread_suspend_check(). */
#ifdef MALLOC_DECLARE
MALLOC_DECLARE(M_PARGS);
OpenPOWER on IntegriCloud