types: Correct typo in comment above eth_addr.
[cascardo/ovs.git] / include / openvswitch / types.h
index 64d9012..32b27d0 100644 (file)
@@ -120,7 +120,7 @@ typedef uint32_t OVS_BITWISE ofp11_port_t;
 #define ODP_PORT_C(X) ((OVS_FORCE odp_port_t) (X))
 #define OFP11_PORT_C(X) ((OVS_FORCE ofp11_port_t) (X))
 
-/* Using this stuct instead of a bare array makes an ethernet address field
+/* Using this struct instead of a bare array makes an ethernet address field
  * assignable.  The size of the array is also part of the type, so it is easier
  * to deal with. */
 struct eth_addr {