Skip to content

Commit f6582ef

Browse files
committed
C++: Fix typo
1 parent 1d202dd commit f6582ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/internal/ResolveClass.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ private predicate existsIncompleteWithName(string name, @usertype c) {
1717
}
1818

1919
/**
20-
* Holds if `c` is an imcomplete class, and there exists a complete class `d`
20+
* Holds if `c` is an incomplete class, and there exists a complete class `d`
2121
* with the same name.
2222
*/
2323
private predicate hasCompleteTwin(@usertype c, @usertype d) {

0 commit comments

Comments
 (0)