From: Denis Ovsienko Date: Sat, 28 Jul 2018 19:31:27 +0000 (+0100) Subject: Fix a typo in a comment. X-Git-Tag: tcpdump-4.99-bp~1087 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/b14d690f6df6038f17b2b8c46c34365963522814 Fix a typo in a comment. --- diff --git a/configure b/configure index 99860fcf..44548040 100755 --- a/configure +++ b/configure @@ -5882,7 +5882,7 @@ fi # This test fails if we don't have # (if we have ether_ntohost(), we should have # networking, and if we have networking, we should - # have ) or if we do but it doesn't + # have ) or if we do but it doesn't # declare ether_ntohost(). # # Unset ac_cv_have_decl_ether_ntohost so we don't diff --git a/configure.ac b/configure.ac index bdcb9e74..4b113c48 100644 --- a/configure.ac +++ b/configure.ac @@ -543,7 +543,7 @@ if test "$ac_cv_func_ether_ntohost" = yes -a \ # This test fails if we don't have # (if we have ether_ntohost(), we should have # networking, and if we have networking, we should - # have ) or if we do but it doesn't + # have ) or if we do but it doesn't # declare ether_ntohost(). # # Unset ac_cv_have_decl_ether_ntohost so we don't