Skip to content

Commit e68d101

Browse files
committed
C++: Fix typo in comment
1 parent 799f33e commit e68d101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/ExprNodes.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private module Cached {
151151
)
152152
or
153153
// Similarly for `i++` and `++i` we pretend that the generated
154-
// `StoreInstruction` is contains the result of the expression even though
154+
// `StoreInstruction` contains the result of the expression even though
155155
// this isn't totally aligned with the C/C++ standard.
156156
exists(TranslatedCrementOperation tco |
157157
store = tco.getInstruction(CrementStoreTag()) and

0 commit comments

Comments
 (0)