summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-02-22 05:59:48 +0000
committermtm <mtm@FreeBSD.org>2003-02-22 05:59:48 +0000
commit8ccfd800bd5c63b6d8c475e3e310baa626166219 (patch)
treeb263b438748028c209fa27d67f65700b4591ca78 /sys/kern
parent9f4f9a305c8f3562d5c24a257ad55351baedc94f (diff)
downloadFreeBSD-src-8ccfd800bd5c63b6d8c475e3e310baa626166219.zip
FreeBSD-src-8ccfd800bd5c63b6d8c475e3e310baa626166219.tar.gz
Remove a comment which hasn't been true since rev. 1.158
Approved by: jhb, markm (mentor)(implicit)
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/kern_descrip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c
index 97298d59..62d7348 100644
--- a/sys/kern/kern_descrip.c
+++ b/sys/kern/kern_descrip.c
@@ -467,7 +467,6 @@ done2:
/*
* Common code for dup, dup2, and fcntl(F_DUPFD).
- * filedesc must be locked, but will be unlocked as a side effect.
*/
static int
do_dup(td, type, old, new, retval)
OpenPOWER on IntegriCloud