[flang-commits] [flang] [flang][NFC] Update comments (PR #160186)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Thu Sep 25 07:55:18 PDT 2025
================
@@ -811,7 +811,7 @@ static void CheckExplicitDataArg(const characteristics::DummyDataObject &dummy,
// General implementation of F'23 15.5.2.5 note 5
// Adds a less specific error message for any copy-out that could overwrite
// a unread value in the actual argument.
- // Occurences of volatileOrAsyncNeedsTempDiagnosticIssued = true indicate a
+ // Occurences of `volatileOrAsyncNeedsTempDiagnosticIssued = true` indicate a
----------------
klausler wrote:
It's spelled "occurrences" with two Rs.
https://github.com/llvm/llvm-project/pull/160186
More information about the flang-commits
mailing list