We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80feb98 commit bb103ffCopy full SHA for bb103ff
cpp/ql/lib/semmle/code/cpp/ir/implementation/unaliased_ssa/gvn/internal/ValueNumberingInternal.qll
@@ -51,7 +51,7 @@ newtype TValueNumber =
51
*
52
* Generally, the value number of a converted value is different from the value
53
* number of an unconverted value, but for conversions which only modify
54
- * specifiers leaves the resulting value bitwise identical to the old value.
+ * specifiers leave the resulting value bitwise identical to the old value.
55
*/
56
class SpecifierPreservingConvertInstruction extends ConvertInstruction {
57
SpecifierPreservingConvertInstruction() {
0 commit comments