Skip to content

Commit

Permalink
ofproto-dpif-upcall: Fix typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Joe Stringer <[email protected]>
  • Loading branch information
blp committed Jul 24, 2015
1 parent 0a1017c commit 2338727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ofproto/ofproto-dpif-upcall.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ struct upcall {

bool xout_initialized; /* True if 'xout' must be uninitialized. */
struct xlate_out xout; /* Result of xlate_actions(). */
struct ofpbuf put_actions; /* Actions 'put' in the fastapath. */
struct ofpbuf put_actions; /* Actions 'put' in the fastpath. */

struct dpif_ipfix *ipfix; /* IPFIX pointer or NULL. */
struct dpif_sflow *sflow; /* SFlow pointer or NULL. */
Expand Down

0 comments on commit 2338727

Please sign in to comment.