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

Skip to content

Commit cfb8f28

Browse files
authored
Merge pull request #11369 from jketema/fun-typo
C++: Fix typo flagged up by QL-for-QL
2 parents 9828539 + 6a68e79 commit cfb8f28

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

0 commit comments

Comments
 (0)