Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9828539 + 6a68e79 commit cfb8f28Copy full SHA for cfb8f28
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll
@@ -149,7 +149,7 @@ predicate isModifiableByCall(ArgumentOperand operand) {
149
then
150
// A qualifier is "modifiable" if:
151
// 1. the member function is not const specified, or
152
- // 2. the member funtion is `const` specified, but returns a pointer or reference
+ // 2. the member function is `const` specified, but returns a pointer or reference
153
// type that is non-const.
154
//
155
// To see why this is necessary, consider the following function:
0 commit comments