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.
1 parent 4731f92 commit 6a68e79Copy full SHA for 6a68e79
1 file changed
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternalsCommon.qll
@@ -147,7 +147,7 @@ predicate isModifiableByCall(ArgumentOperand operand) {
147
then
148
// A qualifier is "modifiable" if:
149
// 1. the member function is not const specified, or
150
- // 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
151
// type that is non-const.
152
//
153
// To see why this is necessary, consider the following function:
0 commit comments