Skip to content

Commit

Permalink
packets: Fix typo in comment.
Browse files Browse the repository at this point in the history
Acked-by: Han Zhou <[email protected]>
Reported-by: Toms Atteka <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
blp committed Mar 5, 2020
1 parent 6211ad5 commit ffbe63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/packets.h
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ union ovs_16aligned_in6_addr {
ovs_16aligned_be32 be32[4];
};

/* Like struct in6_hdr, but whereas that struct requires 32-bit alignment, this
/* Like struct ip6_hdr, but whereas that struct requires 32-bit alignment, this
* one only requires 16-bit alignment. */
struct ovs_16aligned_ip6_hdr {
union {
Expand Down

0 comments on commit ffbe63c

Please sign in to comment.