From cf8f32025f91a8b2a7860355f718c75b3e9ce1fe Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Tue, 25 Sep 2012 21:19:17 +0000 Subject: [PATCH] Remove an incorrect comment --- sys/net/if_tun.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index f8eda08dd6d..74e1d223a3f 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -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);