Skip to content

Commit b10696c

Browse files
MathiasVPjketema
andauthored
Update IRGuards.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 6e7256f commit b10696c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ private class CompareGEValueNumber extends CompareValueNumber {
106106
}
107107

108108
/**
109-
* A value number such that at least one of the instructions is an
110-
* insruction that is used in a `SwitchInstruction`'s expression.
109+
* A value number such that at least one of the instructions provides
110+
* the integer value controlling a `SwitchInstruction`.
111111
*/
112112
private class ScrutineeValueNumber extends ValueNumber {
113113
SwitchInstruction switch;

0 commit comments

Comments
 (0)