Skip to content

Commit 6daa206

Browse files
committed
[flang][NFC] fix comment typo in SetLowerBound description
1 parent d3bc3a0 commit 6daa206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/include/flang/Runtime/descriptor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Dimension {
6060
return *this;
6161
}
6262
// Do not use this API to cause the LB of an empty dimension
63-
// to anything other than 1. Use SetBounds() instead if you can.
63+
// to be anything other than 1. Use SetBounds() instead if you can.
6464
Dimension &SetLowerBound(SubscriptValue lower) {
6565
raw_.lower_bound = lower;
6666
return *this;

0 commit comments

Comments
 (0)