From: Jean Perier Date: Fri, 25 Mar 2022 08:18:09 +0000 (-0700) Subject: [flang][NFC] fix comment typo in SetLowerBound description X-Git-Tag: upstream/15.0.7~12357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6daa206b5d605e90b7e219d4efa0809f2ca2d29d;p=platform%2Fupstream%2Fllvm.git [flang][NFC] fix comment typo in SetLowerBound description --- diff --git a/flang/include/flang/Runtime/descriptor.h b/flang/include/flang/Runtime/descriptor.h index 376d3bb..349af69 100644 --- a/flang/include/flang/Runtime/descriptor.h +++ b/flang/include/flang/Runtime/descriptor.h @@ -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;