From 6daa206b5d605e90b7e219d4efa0809f2ca2d29d Mon Sep 17 00:00:00 2001 From: Jean Perier Date: Fri, 25 Mar 2022 01:18:09 -0700 Subject: [PATCH] [flang][NFC] fix comment typo in SetLowerBound description --- flang/include/flang/Runtime/descriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4