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 =
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 */
5656class SpecifierPreservingConvertInstruction extends ConvertInstruction {
5757 SpecifierPreservingConvertInstruction ( ) {
Original file line number Diff line number Diff 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 */
5656class SpecifierPreservingConvertInstruction extends ConvertInstruction {
5757 SpecifierPreservingConvertInstruction ( ) {
You can’t perform that action at this time.
0 commit comments