From 839640a82fb6ecf0f746ddbf3d76c9027b09b381 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Thu, 30 Jan 2025 15:31:36 +0000 Subject: [PATCH] Update cpp/ql/lib/semmle/code/cpp/commons/Buffer.qll Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com> --- cpp/ql/lib/semmle/code/cpp/commons/Buffer.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/commons/Buffer.qll b/cpp/ql/lib/semmle/code/cpp/commons/Buffer.qll index bcbf862abdd..5cc15c26392 100644 --- a/cpp/ql/lib/semmle/code/cpp/commons/Buffer.qll +++ b/cpp/ql/lib/semmle/code/cpp/commons/Buffer.qll @@ -30,7 +30,7 @@ predicate memberMayBeVarSize(Class c, MemberVariable v) { * `this` expression. */ private Class getRootType(FieldAccess fa) { - // 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 // be a(n implicit) `this`. And the root type will be the type of `this`. exists(VariableAccess root | root = fa.getQualifier*() and