File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cpp/ql/lib/semmle/code/cpp/ir/implementation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ newtype TValueNumber =
51
51
*
52
52
* Generally, the value number of a converted value is different from the value
53
53
* 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.
55
55
*/
56
56
class SpecifierPreservingConvertInstruction extends ConvertInstruction {
57
57
SpecifierPreservingConvertInstruction ( ) {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ newtype TValueNumber =
51
51
*
52
52
* Generally, the value number of a converted value is different from the value
53
53
* 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.
55
55
*/
56
56
class SpecifierPreservingConvertInstruction extends ConvertInstruction {
57
57
SpecifierPreservingConvertInstruction ( ) {
You can’t perform that action at this time.
0 commit comments