Remove a comment which hasn't been true since rev. 1.158

Approved by:	jhb, markm (mentor)(implicit)
This commit is contained in:
Mike Makonnen 2003-02-22 05:59:48 +00:00
parent 838a6d03e8
commit 750a91d8b1

View File

@ -467,7 +467,6 @@ kern_fcntl(struct thread *td, int fd, int cmd, intptr_t arg)
/*
* 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)