Remove an incorrect comment

This commit is contained in:
Ed Maste 2012-09-25 21:19:17 +00:00
parent 3a038c4d68
commit cf8f32025f

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);