diff mbox

[ovs-dev,v2,08/14] Fix typos in comments.

Message ID 1441237451-17940-8-git-send-email-blp@nicira.com
State Superseded
Headers show

Commit Message

Ben Pfaff Sept. 2, 2015, 11:44 p.m. UTC
Signed-off-by: Ben Pfaff <blp@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 mbox

Patch

diff --git a/ovn/utilities/ovn-sbctl.c b/ovn/utilities/ovn-sbctl.c
index fc522b3..db0ac6d 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 e177060..175dc38 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)
 {