flow.c: Correct the comment for miniflow_equal().
authorWang Sheng-Hui <shhuiw@gmail.com>
Mon, 29 Sep 2014 07:21:37 +0000 (15:21 +0800)
committerBen Pfaff <blp@nicira.com>
Mon, 29 Sep 2014 16:13:10 +0000 (09:13 -0700)
It's for miniflow equalness check, not flow.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
lib/flow.c

diff --git a/AUTHORS b/AUTHORS
index cc4f014..54ec29a 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -144,6 +144,7 @@ Tsvi Slonim             tsvi@toroki.com
 Tyler Coumbes           coumbes@gmail.com
 Valient Gough           vgough@pobox.com
 Vivien Bernet-Rollande  vbr@soprive.net
+Wang Sheng-Hui          shhuiw@gmail.com
 Wei Yongjun             yjwei@cn.fujitsu.com
 William Fulton
 YAMAMOTO Takashi        yamamoto@valinux.co.jp
index b9f1820..4f22597 100644 (file)
@@ -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)
 {