]> git.proxmox.com Git - mirror_ovs.git/commitdiff
packets: Fix typo in comment.
authorBen Pfaff <blp@ovn.org>
Tue, 3 Mar 2020 18:37:16 +0000 (10:37 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 5 Mar 2020 20:23:04 +0000 (12:23 -0800)
Acked-by: Han Zhou <hzhou@ovn.org>
Reported-by: Toms Atteka <tatteka@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/packets.h

index 5d7f82c45b6a28f527414f1300177d991902b2cf..4c1e91dee254f4dd0db233af787ee9c92ef7899d 100644 (file)
@@ -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 {