ofproto-dpif: Fix small typo in comment.
authorJustin Pettit <jpettit@nicira.com>
Mon, 3 Oct 2011 23:38:07 +0000 (16:38 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 4 Oct 2011 04:46:27 +0000 (21:46 -0700)
ofproto/ofproto-dpif.c

index 6c65a37..de243fc 100644 (file)
@@ -2926,7 +2926,7 @@ rule_modify_actions(struct rule *rule_)
     complete_operation(rule);
 }
 \f
-/* 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,