forked from OSchip/llvm-project
[flang][NFC] fix comment typo in SetLowerBound description
This commit is contained in:
parent
d3bc3a0400
commit
6daa206b5d
|
@ -60,7 +60,7 @@ public:
|
|||
return *this;
|
||||
}
|
||||
// Do not use this API to cause the LB of an empty dimension
|
||||
// to anything other than 1. Use SetBounds() instead if you can.
|
||||
// to be anything other than 1. Use SetBounds() instead if you can.
|
||||
Dimension &SetLowerBound(SubscriptValue lower) {
|
||||
raw_.lower_bound = lower;
|
||||
return *this;
|
||||
|
|
Loading…
Reference in New Issue