diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-11-10 21:21:20 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-11-10 21:21:20 +0000 |
| commit | 0fe4e534b110c7ca1acf8d4292f56f4c8db66303 (patch) | |
| tree | 1eb3628eeb552acd3b4282f8bcb4ce5aff79cab0 /sys | |
| parent | b5d09a79b596348c4b8b44f7484a812dabfb0ad7 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/kern_mutex.c | 2 | ||||
| -rw-r--r-- | sys/kern/subr_turnstile.c | 2 | ||||
| -rw-r--r-- | sys/kern/subr_witness.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index 10072628259a..86fa1e487085 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 10072628259a..86fa1e487085 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 10072628259a..86fa1e487085 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. */ |
