We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefea7e commit 5468dbaCopy full SHA for 5468dba
ql/ql/src/codeql_ql/dataflow/DataFlow.qll
@@ -72,7 +72,7 @@ class AstNodeNode extends Node, MkAstNodeNode {
72
}
73
74
/**
75
- * Gets the data-flow node correspoinding to the given AST node.
+ * Gets the data-flow node corresponding to the given AST node.
76
*/
77
pragma[inline]
78
Node astNode(AstNode node) { result = MkAstNodeNode(node) }
0 commit comments