summaryrefslogtreecommitdiff
path: root/sys/kern/kern_mutex.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-11-15 19:08:55 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-11-15 19:08:55 +0000
commitba48b69a13a991f96a5c43cb57093bb72276b84f (patch)
tree917846f979c2d4ddfb0b7c1793352cefdb954eef /sys/kern/kern_mutex.c
parenta58c1836ffef3593b67768a3d5df17186705b7e0 (diff)
Notes
Diffstat (limited to 'sys/kern/kern_mutex.c')
-rw-r--r--sys/kern/kern_mutex.c23
1 files changed, 1 insertions, 22 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c
index 4829e73debbb..d4809af17f12 100644
--- a/sys/kern/kern_mutex.c
+++ b/sys/kern/kern_mutex.c
@@ -31,28 +31,7 @@
*/
/*
- * Machine independent bits of mutex implementation and implementation of
- * `witness' structure & related debugging routines.
- */
-
-/*
- * Main Entry: witness
- * Pronunciation: 'wit-n&s
- * Function: noun
- * Etymology: Middle English witnesse, from Old English witnes knowledge,
- * testimony, witness, from 2wit
- * Date: before 12th century
- * 1 : attestation of a fact or event : TESTIMONY
- * 2 : one that gives evidence; specifically : one who testifies in
- * a cause or before a judicial tribunal
- * 3 : one asked to be present at a transaction so as to be able to
- * testify to its having taken place
- * 4 : one who has personal knowledge of something
- * 5 a : something serving as evidence or proof : SIGN
- * b : public affirmation by word or example of usually
- * religious faith or conviction <the heroic witness to divine
- * life -- Pilot>
- * 6 capitalized : a member of the Jehovah's Witnesses
+ * Machine independent bits of mutex implementation.
*/
#include "opt_ddb.h"