Skip to content

Commit 1b2bd30

Browse files
Update cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
Co-authored-by: Anders Schack-Mulligen <aschackmull@users.noreply.github.com>
1 parent c1c1f60 commit 1b2bd30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ module GuardsInput implements SharedGuards::InputSig<Cpp::Location, Instruction,
322322
/**
323323
* A non-overridable function.
324324
*
325-
* This function is non-overrideable either because it is not a member function, or
325+
* This function is non-overridable either because it is not a member function, or
326326
* because it is a final member function.
327327
*/
328328
class NonOverridableMethod extends FinalMethod {

0 commit comments

Comments
 (0)