File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1999,10 +1999,10 @@ class ScalarExprLowering {
1999
1999
// / Like genExtAddr, but ensure the address returned is a temporary even if \p
2000
2000
// / expr is variable inside parentheses.
2001
2001
ExtValue genTempExtAddr (const Fortran::lower::SomeExpr &expr) {
2002
- // In general, genExtAddr might nor create a temp for variable inside
2002
+ // In general, genExtAddr might not create a temp for variable inside
2003
2003
// parentheses to avoid creating array temporary in sub-expressions. It only
2004
- // ensure the sub-expression is not re-associated with other part of the
2005
- // expression. In the call semantic , there is a difference between expr and
2004
+ // ensures the sub-expression is not re-associated with other parts of the
2005
+ // expression. In the call semantics , there is a difference between expr and
2006
2006
// variable (see R1524). For expressions, a variable storage must not be
2007
2007
// argument associated since it could be modified inside the call, or the
2008
2008
// variable could also be modified by other means during the call.
You can’t perform that action at this time.
0 commit comments