diff --git a/cpp/ql/src/semmle/code/cpp/Element.qll b/cpp/ql/src/semmle/code/cpp/Element.qll index 1a42b9d790c2..16fd39dcbb5a 100644 --- a/cpp/ql/src/semmle/code/cpp/Element.qll +++ b/cpp/ql/src/semmle/code/cpp/Element.qll @@ -39,7 +39,7 @@ Element mkElement(@element e) { * Get the `@element` that this `Element` extends. This should normally * only be called from member predicates, where `e` is `this` and you * need the result for an argument to a database extensional. - * See `unresolveElement` for when `e` is `this`. + * See `unresolveElement` for when `e` is not `this`. */ @element underlyingElement(Element e) { result = e