types: Correct typo in comment above eth_addr.
authorSimon Horman <simon.horman@netronome.com>
Tue, 1 Dec 2015 06:02:45 +0000 (15:02 +0900)
committerBen Pfaff <blp@ovn.org>
Tue, 1 Dec 2015 18:25:38 +0000 (10:25 -0800)
Correct spelling of struct in comment above eth_addr.

Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
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 {