diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-07-04 11:39:26 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-07-04 11:39:26 +0200 |
commit | fc4772e1e1b3b2a25937b99981ca0a67cc17caba (patch) | |
tree | cc932090892e1c8abff647b6d27ea5e1599bf2c7 /testprogs/valgrindtest.c | |
parent | e8b6c94929b1ffbb4ca665a022be2b49c6651fe8 (diff) |
Fix some typos
[skip ci]
Diffstat (limited to 'testprogs/valgrindtest.c')
-rw-r--r-- | testprogs/valgrindtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/valgrindtest.c b/testprogs/valgrindtest.c index 058b18be..55055ca3 100644 --- a/testprogs/valgrindtest.c +++ b/testprogs/valgrindtest.c @@ -109,7 +109,7 @@ The Regents of the University of California. All rights reserved.\n"; * also include <pcap.h> to open the device in the first place, and that * means that we may get collisions between their definitions of * BPF_STMT and BPF_JUMP - and do, in fact, get them on Linux (the - * definitons may be semantically the same, but that's not sufficient to + * definitions may be semantically the same, but that's not sufficient to * avoid the warnings, as the preprocessor doesn't know that u_short is * just unsigned short). * |