From a4e20bb58a28357eae361ff539a2aa418f2dcbd6 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Thu, 29 Aug 2019 16:10:26 -0400 Subject: [PATCH] fix another minor typo --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.h b/src/util.h index 0322940cd4..77679caa18 100644 --- a/src/util.h +++ b/src/util.h @@ -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