We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa3ff7 commit 839640aCopy full SHA for 839640a
cpp/ql/lib/semmle/code/cpp/commons/Buffer.qll
@@ -30,7 +30,7 @@ predicate memberMayBeVarSize(Class c, MemberVariable v) {
30
* `this` expression.
31
*/
32
private Class getRootType(FieldAccess fa) {
33
- // If the object is accessed inside a ember function then the root will
+ // If the object is accessed inside a member function then the root will
34
// be a(n implicit) `this`. And the root type will be the type of `this`.
35
exists(VariableAccess root |
36
root = fa.getQualifier*() and
0 commit comments