Correct spelling of struct in comment above eth_addr. Signed-off-by: Simon Horman <simon.hor...@netronome.com> --- include/openvswitch/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/openvswitch/types.h b/include/openvswitch/types.h index 64d90121aa38..32b27d03365e 100644 --- a/include/openvswitch/types.h +++ b/include/openvswitch/types.h @@ -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 { -- 2.1.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev