We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229d40a commit 42c1937Copy full SHA for 42c1937
cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
@@ -68,7 +68,7 @@ private class CompareValueNumber extends ValueNumber {
68
69
CompareValueNumber() { cmp = this.getAnInstruction() }
70
71
- /** Gets an `CompareInstruction` belonging to this value number. */
+ /** Gets a `CompareInstruction` belonging to this value number. */
72
CompareInstruction getCompareInstruction() { result = cmp }
73
74
/**
0 commit comments