mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
fix another minor typo
This commit is contained in:
parent
39161e2192
commit
a4e20bb58a
1 changed files with 1 additions and 1 deletions
|
@ -427,7 +427,7 @@ extern int time_compare(struct timeval* tv_a, struct timeval* tv_b);
|
|||
|
||||
// Returns an integer that's very likely to be unique, even across Bro
|
||||
// instances. The integer can be drawn from different pools, which is helpful
|
||||
// when the randon number generator is seeded to be deterministic. In that
|
||||
// when the random number generator is seeded to be deterministic. In that
|
||||
// case, the same sequence of integers is generated per pool.
|
||||
#define UID_POOL_DEFAULT_INTERNAL 1
|
||||
#define UID_POOL_DEFAULT_SCRIPT 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue