diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-01-09 11:28:53 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-01-09 11:28:53 -0800 |
commit | 4c014273f5368123b06ab0044a90a636fb0ef074 (patch) | |
tree | fd4caaba34ba9378a851925ac773053e1814e560 | |
parent | dc2d895444587d758991abd9c2beb40ae467da92 (diff) |
Fix a copy-and-pasteo in a comment.
-rw-r--r-- | pcap/compiler-tests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap/compiler-tests.h b/pcap/compiler-tests.h index 5e17853a..ea5962c7 100644 --- a/pcap/compiler-tests.h +++ b/pcap/compiler-tests.h @@ -160,4 +160,4 @@ (__HP_aCC >= ((major)*10000 + (minor)*100)) #endif -#endif /* lib_pcap_funcattrs_h */ +#endif /* lib_pcap_compiler_tests_h */ |