Merge remote-tracking branch 'origin/topic/bbannier/comment-fix'

* origin/topic/bbannier/comment-fix:
  Fix incorrectly copied comment [skip CI]
This commit is contained in:
Tim Wojtulewicz 2025-06-02 11:43:56 -07:00
commit f2b6fbe1a4
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
8.0.0-dev.326 | 2025-06-02 11:43:56 -0700
* Fix incorrectly copied comment [skip CI] (Benjamin Bannier, Corelight)
8.0.0-dev.324 | 2025-06-02 17:32:39 +0200
* Event: Bail on add_missing_remote_network_timestamp without add_network_timestamp (Arne Welzel, Corelight)

View file

@ -1 +1 @@
8.0.0-dev.324
8.0.0-dev.326

View file

@ -104,7 +104,7 @@ public:
bool EnableAnalyzer(EnumVal* tag);
/**
* Enables an analyzer type. Disabled analyzers will not be
* Disables an analyzer type. Disabled analyzers will not be
* instantiated for new connections.
*
* @param tag The analyzer's tag.