Skip to content

Commit

Permalink
flow.c: Correct the comment for miniflow_equal().
Browse files Browse the repository at this point in the history
It's for miniflow equalness check, not flow.

Signed-off-by: Wang Sheng-Hui <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
Wang Sheng-Hui authored and blp committed Sep 29, 2014
1 parent e1b3f1b commit 8e86f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Tsvi Slonim [email protected]
Tyler Coumbes [email protected]
Valient Gough [email protected]
Vivien Bernet-Rollande [email protected]
Wang Sheng-Hui [email protected]
Wei Yongjun [email protected]
William Fulton
YAMAMOTO Takashi [email protected]
Expand Down
2 changes: 1 addition & 1 deletion lib/flow.c
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@ miniflow_get(const struct miniflow *flow, unsigned int u32_ofs)
: 0;
}

/* Returns true if 'a' and 'b' are the same flow, false otherwise. */
/* Returns true if 'a' and 'b' are the equal miniflow, false otherwise. */
bool
miniflow_equal(const struct miniflow *a, const struct miniflow *b)
{
Expand Down

0 comments on commit 8e86f09

Please sign in to comment.