Fix typo in comments.

Signed-off-by: Lin Huang <[email protected]>
---
lib/dpif-netdev-private-flow.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dpif-netdev-private-flow.h b/lib/dpif-netdev-private-flow.h
index 66016eb09..3b7a47d63 100644
--- a/lib/dpif-netdev-private-flow.h
+++ b/lib/dpif-netdev-private-flow.h
@@ -124,7 +124,7 @@ struct dp_netdev_flow {

     /* Packet classification. */
     char *dp_extra_info;         /* String to return in a flow dump/get. */
-    struct dpcls_rule cr;        /* In owning dp_netdev's 'cls'. */
+    struct dpcls_rule cr;        /* In owning dp_netdev_pmd_thread's 'cls'. */
     /* 'cr' must be the last member. */
};

--
2.27.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to