X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frconn.c;h=a27e4321d261bea5d95f40f0a1e3fe05b46a6a14;hb=057fed2b5cfe81bf3ab328a9514a1caf0dfa4f55;hp=be030d4a49d5b68c6d32794b0fde2270067a29dd;hpb=19d1ab55ae8d2762e04df72f69c17667ef649d0a;p=openvswitch diff --git a/lib/rconn.c b/lib/rconn.c index be030d4a..a27e4321 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -89,7 +89,7 @@ struct rconn { time_t last_admitted; /* These values are simply for statistics reporting, not used directly by - * anything internal to the rconn (or the secchan for that matter). */ + * anything internal to the rconn (or ofproto for that matter). */ unsigned int packets_received; unsigned int n_attempted_connections, n_successful_connections; time_t creation_time;