Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a68e79

Browse files
committed
C++: Fix typo flagged up by QL-for-QL
1 parent 4731f92 commit 6a68e79

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
@@ -147,7 +147,7 @@ predicate isModifiableByCall(ArgumentOperand operand) {
147147
then
148148
// A qualifier is "modifiable" if:
149149
// 1. the member function is not const specified, or
150-
// 2. the member funtion is `const` specified, but returns a pointer or reference
150+
// 2. the member function is `const` specified, but returns a pointer or reference
151151
// type that is non-const.
152152
//
153153
// To see why this is necessary, consider the following function:

0 commit comments

Comments
 (0)