Skip to content

Commit cdd9567

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent cc03716 commit cdd9567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ private predicate isModifiableAtImpl(CppType cppType, int indirectionIndex) {
412412
not base.isConst()
413413
or
414414
// but in the case of a class type, it may be the case that
415-
// one of the members were modified.
415+
// one of the members was modified.
416416
exists(base.stripType().(Cpp::Class).getAField())
417417
)
418418
or

0 commit comments

Comments
 (0)