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 799f33e commit e68d101Copy full SHA for e68d101
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/ExprNodes.qll
@@ -151,7 +151,7 @@ private module Cached {
151
)
152
or
153
// Similarly for `i++` and `++i` we pretend that the generated
154
- // `StoreInstruction` is contains the result of the expression even though
+ // `StoreInstruction` contains the result of the expression even though
155
// this isn't totally aligned with the C/C++ standard.
156
exists(TranslatedCrementOperation tco |
157
store = tco.getInstruction(CrementStoreTag()) and
0 commit comments