We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d202dd commit f6582efCopy full SHA for f6582ef
cpp/ql/src/semmle/code/cpp/internal/ResolveClass.qll
@@ -17,7 +17,7 @@ private predicate existsIncompleteWithName(string name, @usertype c) {
17
}
18
19
/**
20
- * Holds if `c` is an imcomplete class, and there exists a complete class `d`
+ * Holds if `c` is an incomplete class, and there exists a complete class `d`
21
* with the same name.
22
*/
23
private predicate hasCompleteTwin(@usertype c, @usertype d) {
0 commit comments