We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3ab4a commit d195a85Copy full SHA for d195a85
flang/lib/Lower/ConvertExpr.cpp
@@ -5833,7 +5833,7 @@ class ArrayExprLowering {
5833
return semant == ConstituentSemantics::BoxValueElement;
5834
}
5835
5836
- /// Data referemce is to a variable (pointer/allocatable) of box type.
+ /// Data reference is to a variable (pointer/allocatable) of box type.
5837
bool isBoxVarEle() { return semant == ConstituentSemantics::BoxVarElement; }
5838
5839
/// Array appears in a context where differences in the memory reference can
0 commit comments