Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).
[openvswitch] / lib / rconn.c
index b18a2e59e918c3d4373b3a4e19a0bcf55b6e6af6..b4da257d249458dee1aed6ec79def840dc16fe51 100644 (file)
@@ -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;