Skip to content

Commit

Permalink
ofproto-dpif.h: Fix a comment
Browse files Browse the repository at this point in the history
Acked-by: Ben Pfaff <[email protected]>
Signed-off-by: YAMAMOTO Takashi <[email protected]>
  • Loading branch information
yamt committed May 12, 2014
1 parent 45c626a commit cf9cf2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ofproto/ofproto-dpif.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ extern struct ovs_rwlock xlate_rwlock;
* to install a kernel flow.
*
* - ofproto-dpif-xlate.c
* Ofproto-dpif-xlate is responsible for translating translating OpenFlow
* actions into datapath actions. */
* Ofproto-dpif-xlate is responsible for translating OpenFlow actions into
* datapath actions. */

size_t ofproto_dpif_get_max_mpls_depth(const struct ofproto_dpif *);
bool ofproto_dpif_get_enable_recirc(const struct ofproto_dpif *);
Expand Down

0 comments on commit cf9cf2e

Please sign in to comment.