From: Francois-Xavier Le Bail Date: Mon, 30 Mar 2020 08:34:57 +0000 (+0200) Subject: Update to avoid duplicate words detection X-Git-Tag: tcpdump-4.99-bp~472 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/cbc7347ee977869f5d74820847e76bfd5ab8460d Update to avoid duplicate words detection [skip ci] --- diff --git a/tcpdump.c b/tcpdump.c index a5148c74..8ff5aca3 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -941,7 +941,7 @@ tstamp_precision_to_string(int precision) * necessary to make the standard I/O library work with an fdopen()ed * FILE * from that descriptor. * - * A long time ago, in a galaxy far far away, AT&T decided that, instead + * A long time ago in a galaxy far, far away, AT&T decided that, instead * of providing separate APIs for getting and setting the FD_ flags on a * descriptor, getting and setting the O_ flags on a descriptor, and * locking files, they'd throw them all into a kitchen-sink fcntl() call