Fix typos in comments.
[cascardo/ovs.git] / utilities / ovs-vsctl.c
index 7729500..36290db 100644 (file)
@@ -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)
 {