Spelling: Use "descendant" rather than "descendent" for consistency

$ git grep -i descendant | wc -l
170
This commit is contained in:
Ian Lynagh
2022-02-16 14:25:11 +00:00
parent 678645ba57
commit b16e4c0247
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