[flang][NFC] fix comment typo in SetLowerBound description
authorJean Perier <jperier@nvidia.com>
Fri, 25 Mar 2022 08:18:09 +0000 (01:18 -0700)
committerJean Perier <jperier@nvidia.com>
Fri, 25 Mar 2022 08:32:57 +0000 (01:32 -0700)
flang/include/flang/Runtime/descriptor.h

index 376d3bb..349af69 100644 (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;