minor tweaks tidyness tweaks

This commit is contained in:
Vern Paxson 2021-04-19 23:09:02 -07:00
parent f9c1f57f9c
commit f6c841c737
3 changed files with 3 additions and 3 deletions

View file

@ -63,7 +63,7 @@
// the test suite.
//
// Zeek invocations specifying "-O use-C++" will activate any code compiled
// into the zeek binary; otherwise, the code lies dormant. "-O force-C++"
// into the zeek binary; otherwise, the code lies dormant. "-O force-use-C++"
// does the same but generates warnings for script functions not found in
// compiled in. This is useful for debugging the compiled code, to ensure
// that it's indeed being run.