Skip to content

Commit 5468dba

Browse files
committed
spelling: corresponding
Signed-off-by: Josh Soref <[email protected]>
1 parent fefea7e commit 5468dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/codeql_ql/dataflow/DataFlow.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class AstNodeNode extends Node, MkAstNodeNode {
7272
}
7373

7474
/**
75-
* Gets the data-flow node correspoinding to the given AST node.
75+
* Gets the data-flow node corresponding to the given AST node.
7676
*/
7777
pragma[inline]
7878
Node astNode(AstNode node) { result = MkAstNodeNode(node) }

0 commit comments

Comments
 (0)