From 68959cae3adf264499babafd900709da3611ac2a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 21 Aug 2018 11:20:06 +0100 Subject: [PATCH] C++: Fix a copy/paste error in a comment --- cpp/ql/src/semmle/code/cpp/Element.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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