Skip to content

Commit a2946f7

Browse files
authored
Merge pull request #96 from ian-semmle/typo
C++: Fix typo
2 parents adc5ee8 + f6582ef commit a2946f7

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)