aboutsummaryrefslogtreecommitdiff
path: root/ofproto
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-10-03 16:38:07 -0700
committerJustin Pettit <jpettit@nicira.com>2011-10-03 21:46:27 -0700
commitb47e2a824c1f5fc0f9354e82d2f6ff4e4183fd80 (patch)
tree8586851c4b9f966af68fb16a1d06a98ba3e12991 /ofproto
parent4a86aece2c907dcc7f0777899d16ef0e71ee08c6 (diff)
ofproto-dpif: Fix small typo in comment.
Diffstat (limited to 'ofproto')
-rw-r--r--ofproto/ofproto-dpif.c2
1 files changed, 1 insertions, 1 deletions
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,