summaryrefslogtreecommitdiff
path: root/lib/packets.h
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2020-03-03 10:37:16 -0800
committerBen Pfaff <blp@ovn.org>2020-03-05 12:23:04 -0800
commitffbe63cd4702ffa9fc7cd97f69ba6fbba308b0b3 (patch)
tree5cc1542b7e94ab6ceb3a348f41230b311a4b47a0 /lib/packets.h
parent6211ad57089e16fe0c84cf5ba0f6a03b4df3ceb8 (diff)
downloadopenvswitch-ffbe63cd4702ffa9fc7cd97f69ba6fbba308b0b3.tar.gz
packets: Fix typo in comment.
Acked-by: Han Zhou <hzhou@ovn.org> Reported-by: Toms Atteka <tatteka@vmware.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib/packets.h')
-rw-r--r--lib/packets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/packets.h b/lib/packets.h
index 5d7f82c45..4c1e91dee 100644
--- a/lib/packets.h
+++ b/lib/packets.h
@@ -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 {