Update cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll

Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2025-09-30 14:14:19 +01:00
committed by GitHub
parent c1c1f60241
commit 1b2bd30a29

View File

@@ -322,7 +322,7 @@ module GuardsInput implements SharedGuards::InputSig<Cpp::Location, Instruction,
/**
* A non-overridable function.
*
* This function is non-overrideable either because it is not a member function, or
* This function is non-overridable either because it is not a member function, or
* because it is a final member function.
*/
class NonOverridableMethod extends FinalMethod {