From b47e2a824c1f5fc0f9354e82d2f6ff4e4183fd80 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 3 Oct 2011 16:38:07 -0700 Subject: [PATCH] ofproto-dpif: Fix small typo in comment. --- ofproto/ofproto-dpif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2