Skip to content

Commit 469c65a

Browse files
jeanPeriertblah
andauthored
Update flang/lib/Lower/ConvertVariable.cpp
Co-authored-by: Tom Eccles <[email protected]>
1 parent c12869e commit 469c65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/ConvertVariable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ isCapturedInInternalProcedure(Fortran::lower::AbstractConverter &converter,
16801680
if (funit->getHostAssoc().isAssociated(sym))
16811681
return true;
16821682
// Consider that any capture of a variable that is in an equivalence with the
1683-
// symbol imply that the storage of the symbol may also be accessed inside
1683+
// symbol implies that the storage of the symbol may also be accessed inside
16841684
// the internal procedure and flag it as captured.
16851685
if (const auto *equivSet = Fortran::semantics::FindEquivalenceSet(sym))
16861686
for (const Fortran::semantics::EquivalenceObject &eqObj : *equivSet)

0 commit comments

Comments
 (0)