From 3bef95305c5ccc00c149049b4ce733a8a4f5df3d Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Tue, 1 Dec 2015 15:02:45 +0900 Subject: [PATCH] types: Correct typo in comment above eth_addr. Correct spelling of struct in comment above eth_addr. Signed-off-by: Simon Horman Signed-off-by: Ben Pfaff --- 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 64d90121a..32b27d033 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.20.1