Remove an incorrect comment

This commit is contained in:
emaste 2012-09-25 21:19:17 +00:00
parent 8e4b011dc5
commit 25f7973cf8

View File

@ -246,7 +246,6 @@ tun_destroy(struct tun_softc *tp)
{
struct cdev *dev;
/* Unlocked read. */
mtx_lock(&tp->tun_mtx);
if ((tp->tun_flags & TUN_OPEN) != 0)
cv_wait_unlock(&tp->tun_cv, &tp->tun_mtx);