summaryrefslogtreecommitdiff
path: root/tcpdump.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-03-30 10:34:57 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-03-30 10:36:23 +0200
commitcbc7347ee977869f5d74820847e76bfd5ab8460d (patch)
tree53827d181eb44546fe2142fe6d70b996804fe8f2 /tcpdump.c
parente714be42902ab7d5ee2fa35052dae7f73fcf4752 (diff)
downloadtcpdump-cbc7347ee977869f5d74820847e76bfd5ab8460d.tar.gz
Update to avoid duplicate words detection
[skip ci]
Diffstat (limited to 'tcpdump.c')
-rw-r--r--tcpdump.c2
1 files changed, 1 insertions, 1 deletions
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