Skip to content

Commit d195a85

Browse files
committed
typo
1 parent 1a3ab4a commit d195a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/ConvertExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5833,7 +5833,7 @@ class ArrayExprLowering {
58335833
return semant == ConstituentSemantics::BoxValueElement;
58345834
}
58355835

5836-
/// Data referemce is to a variable (pointer/allocatable) of box type.
5836+
/// Data reference is to a variable (pointer/allocatable) of box type.
58375837
bool isBoxVarEle() { return semant == ConstituentSemantics::BoxVarElement; }
58385838

58395839
/// Array appears in a context where differences in the memory reference can

0 commit comments

Comments
 (0)