From: Justin Pettit Date: Mon, 3 Oct 2011 23:38:07 +0000 (-0700) Subject: ofproto-dpif: Fix small typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47e2a824c1f5fc0f9354e82d2f6ff4e4183fd80;p=openvswitch ofproto-dpif: Fix small typo in comment. --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 6c65a37c..de243fcb 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -2926,7 +2926,7 @@ rule_modify_actions(struct rule *rule_) complete_operation(rule); } -/* Sends 'packet' out of port 'odp_port' within 'p'. +/* Sends 'packet' out of port 'odp_port' within 'ofproto'. * Returns 0 if successful, otherwise a positive errno value. */ static int send_packet(struct ofproto_dpif *ofproto, uint32_t odp_port,