summaryrefslogtreecommitdiff
path: root/lib/packets.h
diff options
context:
space:
mode:
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 {