Skip to content

Commit 42c1937

Browse files
MathiasVPjketema
andauthored
Update IRGuards.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent 229d40a commit 42c1937

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
@@ -68,7 +68,7 @@ private class CompareValueNumber extends ValueNumber {
6868

6969
CompareValueNumber() { cmp = this.getAnInstruction() }
7070

71-
/** Gets an `CompareInstruction` belonging to this value number. */
71+
/** Gets a `CompareInstruction` belonging to this value number. */
7272
CompareInstruction getCompareInstruction() { result = cmp }
7373

7474
/**

0 commit comments

Comments
 (0)