stream, vconn: Fix comments.
authorBen Pfaff <blp@nicira.com>
Mon, 23 Aug 2010 19:18:05 +0000 (12:18 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 25 Aug 2010 21:55:47 +0000 (14:55 -0700)
commit294e9fc859f87578be6e944a599b5c4af841e7d3
tree4ac0f5c078a9e9e0d1a3ff760b43b0d2d064e95e
parent051a77d6777f23f3fe11dbd576d46ac6b5990b24
stream, vconn: Fix comments.

All streams and all vconns are "active", so there's no point in noting that
requirement in comments.  (A long time ago, active and passive vconns were
conflated instead of having passive vconns broken out as pvconns.  But
active and passive streams have always been distinct.)
lib/stream.c
lib/vconn.c