[ovs-dev] [PATCH 1/4] Fix typos in comments.

Ben Pfaff blp at nicira.com
Sat Sep 12 03:46:35 UTC 2015


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 ovn/utilities/ovn-sbctl.c | 2 +-
 utilities/ovs-vsctl.c     | 2 +-
 vtep/vtep-ctl.c           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ovn/utilities/ovn-sbctl.c b/ovn/utilities/ovn-sbctl.c
index 5fa1499..437a74b 100644
--- a/ovn/utilities/ovn-sbctl.c
+++ b/ovn/utilities/ovn-sbctl.c
@@ -342,7 +342,7 @@ struct sbctl_context {
     struct shash port_bindings;
 };
 
-/* Casts 'base' into 'strcut sbctl_context'. */
+/* Casts 'base' into 'struct sbctl_context'. */
 static struct sbctl_context *
 sbctl_context_cast(struct ctl_context *base)
 {
diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c
index 7729500..36290db 100644
--- a/utilities/ovs-vsctl.c
+++ b/utilities/ovs-vsctl.c
@@ -483,7 +483,7 @@ struct vsctl_iface {
     struct vsctl_port *port;
 };
 
-/* Casts 'base' into 'strcut vsctl_context'. */
+/* Casts 'base' into 'struct vsctl_context'. */
 static struct vsctl_context *
 vsctl_context_cast(struct ctl_context *base)
 {
diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c
index 82b87f4..c3789d2 100644
--- a/vtep/vtep-ctl.c
+++ b/vtep/vtep-ctl.c
@@ -434,7 +434,7 @@ struct vtep_ctl_context {
                              * struct vteprec_physical_locator. */
 };
 
-/* Casts 'base' into 'strcut vtep_ctl_context'. */
+/* Casts 'base' into 'struct vtep_ctl_context'. */
 static struct vtep_ctl_context *
 vtep_ctl_context_cast(struct ctl_context *base)
 {
-- 
2.1.3




More information about the dev mailing list