mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
C++: Fix typo flagged up by QL-for-QL
This commit is contained in:
@@ -147,7 +147,7 @@ predicate isModifiableByCall(ArgumentOperand operand) {
|
||||
then
|
||||
// A qualifier is "modifiable" if:
|
||||
// 1. the member function is not const specified, or
|
||||
// 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
|
||||
// type that is non-const.
|
||||
//
|
||||
// To see why this is necessary, consider the following function:
|
||||
|
||||
Reference in New Issue
Block a user