Merge pull request #8052 from igfoo/igfoo/descendent

Spelling: Use "descendant" rather than "descendent" for consistency
This commit is contained in:
Ian Lynagh
2022-02-16 18:03:52 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -353,9 +353,9 @@ module FlowVar_internal {
// indirection.
result = def.getAUse(v)
or
exists(SsaDefinition descendentDef |
this.getASuccessorSsaVar+() = TSsaVar(descendentDef, _) and
result = descendentDef.getAUse(v)
exists(SsaDefinition descendantDef |
this.getASuccessorSsaVar+() = TSsaVar(descendantDef, _) and
result = descendantDef.getAUse(v)
)
)
or