diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-30 10:34:57 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-30 10:36:23 +0200 |
commit | cbc7347ee977869f5d74820847e76bfd5ab8460d (patch) | |
tree | 53827d181eb44546fe2142fe6d70b996804fe8f2 /tcpdump.c | |
parent | e714be42902ab7d5ee2fa35052dae7f73fcf4752 (diff) | |
download | tcpdump-cbc7347ee977869f5d74820847e76bfd5ab8460d.tar.gz |
Update to avoid duplicate words detection
[skip ci]
Diffstat (limited to 'tcpdump.c')
-rw-r--r-- | tcpdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |