[flang][NFC] fix comment typo in SetLowerBound description

This commit is contained in:
Jean Perier 2022-03-25 01:18:09 -07:00
parent d3bc3a0400
commit 6daa206b5d

View file

@ -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;