summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-11-10 21:21:20 +0000
committerjhb <jhb@FreeBSD.org>2000-11-10 21:21:20 +0000
commit1add549e84091b46cdf74fefdc6113f6e42eca19 (patch)
tree7034f67ac23f2961408d3bd98b90d9d751c44ffe /sys
parent0b5178cf17a4ab7c282cb9f9b9682aa2a988b074 (diff)
downloadFreeBSD-src-1add549e84091b46cdf74fefdc6113f6e42eca19.zip
FreeBSD-src-1add549e84091b46cdf74fefdc6113f6e42eca19.tar.gz
Minor whitespace nit in a comment.
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_mutex.c2
-rw-r--r--sys/kern/subr_turnstile.c2
-rw-r--r--sys/kern/subr_witness.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index 1007262..86fa1e4 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -914,7 +914,7 @@ out:
m->mtx_file = file;
/*
- * If this pays off it likely means that a mutex being witnessed
+ * If this pays off it likely means that a mutex being witnessed
* is acquired in hardclock. Put it in the ignore list. It is
* likely not the mutex this assert fails on.
*/
diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c
index 1007262..86fa1e4 100644
--- a/sys/kern/subr_turnstile.c
+++ b/sys/kern/subr_turnstile.c
@@ -914,7 +914,7 @@ out:
m->mtx_file = file;
/*
- * If this pays off it likely means that a mutex being witnessed
+ * If this pays off it likely means that a mutex being witnessed
* is acquired in hardclock. Put it in the ignore list. It is
* likely not the mutex this assert fails on.
*/
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 1007262..86fa1e4 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -914,7 +914,7 @@ out:
m->mtx_file = file;
/*
- * If this pays off it likely means that a mutex being witnessed
+ * If this pays off it likely means that a mutex being witnessed
* is acquired in hardclock. Put it in the ignore list. It is
* likely not the mutex this assert fails on.
*/
OpenPOWER on IntegriCloud