From b775d0bff25efa0c2ba01f54cfb5bccbad3b99f3 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 19 Aug 2015 17:29:37 +0200 Subject: netsniff-ng: proto_ipv4: Fix typo in comment s/coul/could/ Signed-off-by: Tobias Klauser --- proto_ipv4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto_ipv4.c') diff --git a/proto_ipv4.c b/proto_ipv4.c index 799040f..cefc6ba 100644 --- a/proto_ipv4.c +++ b/proto_ipv4.c @@ -185,7 +185,7 @@ static void ipv4_less(struct pkt_buff *pkt) /* cut off IP options and everything that is not part of IPv4 payload */ pkt_pull(pkt, max_t(uint8_t, ip->h_ihl, sizeof(*ip) / sizeof(uint32_t)) * sizeof(uint32_t) - sizeof(*ip)); - /* XXX there coul still be an Ethernet trailer included or others */ + /* XXX there could still be an Ethernet trailer included or others */ #if 0 pkt_trim(pkt, pkt_len(pkt) - min(pkt_len(pkt), (ntohs(ip->h_tot_len) - ip->h_ihl * sizeof(uint32_t)))); -- cgit v1.2.3-54-g00ecf