From 5b7fb2aa3a948013d282639ba9f31ae1407795d7 Mon Sep 17 00:00:00 2001 From: Tim Keith Date: Wed, 25 Apr 2018 11:49:29 -0700 Subject: [PATCH] [flang] Improve comment. Original-commit: flang-compiler/f18@270514a30b593db23d6526ac940cd31471f4992b Reviewed-on: https://github.com/flang-compiler/f18/pull/70 --- flang/lib/semantics/resolve-names.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flang/lib/semantics/resolve-names.cc b/flang/lib/semantics/resolve-names.cc index 6f7d787defab..a1eda7530d82 100644 --- a/flang/lib/semantics/resolve-names.cc +++ b/flang/lib/semantics/resolve-names.cc @@ -392,7 +392,7 @@ private: std::optional objectDeclAttr_; // Set when we see a stmt function that is really an array element assignment bool badStmtFuncFound_{false}; - // The location of the last AccessStmt seen, if any. + // The location of the last AccessStmt without access-ids, if any. const parser::CharBlock *prevAccessStmt_{nullptr}; // The default access spec for this module. Attr defaultAccess_{Attr::PUBLIC};