Signed-off-by: Vladislav Odintsov <odiv...@gmail.com>
---
 controller/binding.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/controller/binding.c b/controller/binding.c
index 28218b2e8..c7a2b3f10 100644
--- a/controller/binding.c
+++ b/controller/binding.c
@@ -2092,7 +2092,7 @@ binding_run(struct binding_ctx_in *b_ctx_in, struct 
binding_ctx_out *b_ctx_out)
         free(lnet_lport);
     }
 
-    /* Run through external lport list to see if these are external ports
+    /* Run through external lport list to see if there are external ports
      * on local datapaths discovered from above loop, and update the
      * corresponding local datapath accordingly. */
     struct lport *ext_lport;
@@ -2101,7 +2101,7 @@ binding_run(struct binding_ctx_in *b_ctx_in, struct 
binding_ctx_out *b_ctx_out)
         free(ext_lport);
     }
 
-    /* Run through multichassis lport list to see if these are ports
+    /* Run through multichassis lport list to see if there are ports
      * on local datapaths discovered from above loop, and update the
      * corresponding local datapath accordingly. */
     struct lport *multichassis_lport;
-- 
2.36.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to