Skip to content

Commit

Permalink
ofproto-dpif: Fix a couple minor issues in comments.
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Pettit <[email protected]>
Reviewed-by: Yifeng Sun <[email protected]>
Acked-by: Ben Pfaff <[email protected]>
  • Loading branch information
justinpettit committed Dec 21, 2017
1 parent edc0e86 commit bfc691b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ofproto/ofproto-dpif-upcall.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct ofpbuf;
struct seq;
struct simap;

/* Udif is responsible for retrieving upcalls from the kernel and processing
/* Udpif is responsible for retrieving upcalls from the kernel and processing
* them. Additionally, it's responsible for maintaining the datapath flow
* table. */

Expand Down
2 changes: 1 addition & 1 deletion ofproto/ofproto-dpif-xlate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ xlate_lookup_ofproto(const struct dpif_backer *backer, const struct flow *flow,
}

/* Given a datapath and flow metadata ('backer', and 'flow' respectively),
* optionally populates 'ofproto' with the ofproto_dpif, 'ofp_in_port' with the
* optionally populates 'ofprotop' with the ofproto_dpif, 'ofp_in_port' with the
* openflow in_port, and 'ipfix', 'sflow', and 'netflow' with the appropriate
* handles for those protocols if they're enabled. Caller may use the returned
* pointers until quiescing, for longer term use additional references must
Expand Down

0 comments on commit bfc691b

Please sign in to comment.