From eea760de3c8ebdb139955db024a0bb3d28288411 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Thu, 24 Oct 2013 09:42:35 +0200 Subject: [PATCH] decode: fix typo in comment --- src/decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/decode.h b/src/decode.h index bfd22e979c..29d317d2b7 100644 --- a/src/decode.h +++ b/src/decode.h @@ -108,7 +108,7 @@ typedef struct Address_ { (b)->addr_data32[3] = (a)->addr_data32[3]; \ } while (0) -/* Set the IPv4 addressesinto the Addrs of the Packet. +/* Set the IPv4 addresses into the Addrs of the Packet. * Make sure p->ip4h is initialized and validated. * * We set the rest of the struct to 0 so we can -- 2.47.3