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

@ -122,7 +122,7 @@ private:
Comp comp;
};
// Implements "eval" which evaluates the given Bro identifier.
// Implements "eval" which evaluates the given Zeek identifier.
class RuleConditionEval : public RuleCondition
{
public: