Skip to content

Commit bb103ff

Browse files
MathiasVPCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/gvn/internal/ValueNumberingInternal.qll
Co-authored-by: Copilot <[email protected]>
1 parent 80feb98 commit bb103ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_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() {

0 commit comments

Comments
 (0)