Fix incorrectly copied comment [skip CI]

This commit is contained in:
Benjamin Bannier 2025-06-02 13:24:03 +02:00
parent 31f51f7a87
commit 0dae8b8d2d

View file

@ -104,7 +104,7 @@ public:
bool EnableAnalyzer(EnumVal* tag); 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. * instantiated for new connections.
* *
* @param tag The analyzer's tag. * @param tag The analyzer's tag.