updated Bro->Zeek in comments in the source tree

This commit is contained in:
Vern Paxson 2022-01-24 14:26:20 -08:00
parent becc966106
commit d758585e42
71 changed files with 186 additions and 186 deletions

View file

@ -21,7 +21,7 @@ namespace zeek::threading
* The implementation uses multiple queues and reads/writes in rotary fashion
* in an attempt to limit contention.
*
* All Queue instances must be instantiated by Bro's main thread.
* All Queue instances must be instantiated by Zeek's main thread.
*
* TODO: Unclear how critical performance is for this qeueue. We could likely
* optimize it further if helpful.