From 55036887584a66e079a48c0ebece05c0a6915f81 Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Thu, 17 Oct 2024 09:23:54 -0700 Subject: [PATCH] Minor comment tweaks for init-frameworks-and-bifs.zeek (cherry picked from acdd7a79345dd701e24215616f4a5d5438787786) --- scripts/base/init-frameworks-and-bifs.zeek | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/base/init-frameworks-and-bifs.zeek b/scripts/base/init-frameworks-and-bifs.zeek index 7a0588eb40..d182c764ba 100644 --- a/scripts/base/init-frameworks-and-bifs.zeek +++ b/scripts/base/init-frameworks-and-bifs.zeek @@ -1,8 +1,7 @@ # Load these frameworks here because they use fairly deep integration with # BiFs and script-land defined types. They are also more likely to -# make use of calling BIFs for variable initializations, and that -# can't be done until init-bare.zeek has been loaded completely (hence -# the separate file). +# call BIFs for variable initializations, and that can't be done +# until init-bare.zeek has been loaded completely (hence this separate file). @load base/frameworks/logging @load base/frameworks/broker @load base/frameworks/supervisor @@ -13,6 +12,7 @@ @load base/frameworks/files @load base/frameworks/telemetry/options +# Load BiFs defined by built-in Zeek components. @load base/bif # Load BiFs defined by plugins.