mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
updated Bro->Zeek in comments in the source tree
This commit is contained in:
parent
becc966106
commit
d758585e42
71 changed files with 186 additions and 186 deletions
|
@ -13,7 +13,7 @@ namespace zeek::detail
|
|||
class Stmt;
|
||||
|
||||
/**
|
||||
* A simple class for managing stats of Bro script coverage across Bro runs.
|
||||
* A simple class for managing stats of Zeek script coverage across Zeek runs.
|
||||
*/
|
||||
class ScriptCoverageManager
|
||||
{
|
||||
|
@ -22,7 +22,7 @@ public:
|
|||
virtual ~ScriptCoverageManager();
|
||||
|
||||
/**
|
||||
* Imports Bro script Stmt usage information from file pointed to by
|
||||
* Imports Zeek script Stmt usage information from file pointed to by
|
||||
* environment variable ZEEK_PROFILER_FILE.
|
||||
*
|
||||
* @return: true if usage info was read, otherwise false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue