summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-09-13 18:22:07 +0000
committerjhb <jhb@FreeBSD.org>2000-09-13 18:22:07 +0000
commitaae23a8b8ddb6c234f5d9314e0426755b9f16ca3 (patch)
tree4596e6730eaf049b221a50a56f9c73844c0e180d /sys
parentb563a12289dac9d95d3d3590a4f228cad690e195 (diff)
downloadFreeBSD-src-aae23a8b8ddb6c234f5d9314e0426755b9f16ca3.zip
FreeBSD-src-aae23a8b8ddb6c234f5d9314e0426755b9f16ca3.tar.gz
Fix a comment, we have mutexes now instead of a single lock.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/alpha/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c
index 9af4441..3a2d20b 100644
--- a/sys/alpha/alpha/machdep.c
+++ b/sys/alpha/alpha/machdep.c
@@ -1038,7 +1038,7 @@ alpha_init(pfn, ptb, bim, bip, biv)
SLIST_INSERT_HEAD(&cpuhead, GLOBALP, gd_allcpu);
/*
- * Initialise the kernel lock.
+ * Initialise mutexes.
*/
mtx_init(&Giant, "Giant", MTX_DEF);
mtx_init(&sched_lock, "sched lock", MTX_SPIN);
OpenPOWER on IntegriCloud