Skip to content

Commit

Permalink
[flang][NFC] fix comment typo in SetLowerBound description
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanPerier committed Mar 25, 2022
1 parent d3bc3a0 commit 6daa206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/include/flang/Runtime/descriptor.h
Expand Up @@ -60,7 +60,7 @@ class Dimension {
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;
Expand Down

0 comments on commit 6daa206

Please sign in to comment.