Skip to content

Commit 0d5f442

Browse files
committed
C++: Sync files after Copilot suggestion.
1 parent bb103ff commit 0d5f442

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/aliased_ssa/gvn/internal/ValueNumberingInternal.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ newtype TValueNumber =
5151
*
5252
* Generally, the value number of a converted value is different from the value
5353
* number of an unconverted value, but for conversions which only modify
54-
* specifiers leaves the resulting value bitwise identical to the old value.
54+
* specifiers leave the resulting value bitwise identical to the old value.
5555
*/
5656
class SpecifierPreservingConvertInstruction extends ConvertInstruction {
5757
SpecifierPreservingConvertInstruction() {

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/gvn/internal/ValueNumberingInternal.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ newtype TValueNumber =
5151
*
5252
* Generally, the value number of a converted value is different from the value
5353
* number of an unconverted value, but for conversions which only modify
54-
* specifiers leaves the resulting value bitwise identical to the old value.
54+
* specifiers leave the resulting value bitwise identical to the old value.
5555
*/
5656
class SpecifierPreservingConvertInstruction extends ConvertInstruction {
5757
SpecifierPreservingConvertInstruction() {

0 commit comments

Comments
 (0)