summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_mutex.c
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/kern/kern_mutex.c
parent0b5178cf17a4ab7c282cb9f9b9682aa2a988b074 (diff)
downloadFreeBSD-src-1add549e84091b46cdf74fefdc6113f6e42eca19.zip
FreeBSD-src-1add549e84091b46cdf74fefdc6113f6e42eca19.tar.gz
Minor whitespace nit in a comment.
Diffstat (limited to 'sys/kern/kern_mutex.c')
-rw-r--r--sys/kern/kern_mutex.c2
1 files changed, 1 insertions, 1 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.
*/
OpenPOWER on IntegriCloud