Skip to content

Commit 68959ca

Browse files
committed
C++: Fix a copy/paste error in a comment
1 parent 99dbbdf commit 68959ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/Element.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Element mkElement(@element e) {
3939
* Get the `@element` that this `Element` extends. This should normally
4040
* only be called from member predicates, where `e` is `this` and you
4141
* need the result for an argument to a database extensional.
42-
* See `unresolveElement` for when `e` is `this`.
42+
* See `unresolveElement` for when `e` is not `this`.
4343
*/
4444
@element underlyingElement(Element e) {
4545
result = e

0 commit comments

Comments
 (0)