File tree Expand file tree Collapse file tree
java/ql/src/semmle/code/java/dataflow/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1645,7 +1645,7 @@ private class AccessPathApproxOption extends TAccessPathApproxOption {
16451645}
16461646
16471647/**
1648- * Holds if `node` is reachable with approximate access path `ap ` from a source
1648+ * Holds if `node` is reachable with approximate access path `apa ` from a source
16491649 * in the configuration `config`.
16501650 *
16511651 * The call context `cc` records whether the node is reached through an
@@ -1863,7 +1863,7 @@ private predicate flowFwdIsEntered(
18631863}
18641864
18651865/**
1866- * Holds if `node` with approximate access path `ap ` is part of a path from a
1866+ * Holds if `node` with approximate access path `apa ` is part of a path from a
18671867 * source to a sink in the configuration `config`.
18681868 *
18691869 * The Boolean `toReturn` records whether the node must be returned from
You can’t perform that action at this time.
0 commit comments