Skip to content

Commit 61bd003

Browse files
authored
Merge pull request #86 from ian-semmle/typo
C++: Fix a copy/paste error in a comment
2 parents 7e7e30c + 68959ca commit 61bd003

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)