[clang] [clang] Fix a typo in documentation (PR #141382)
Kazu Hirata via cfe-commits
cfe-commits at lists.llvm.org
Sat May 24 18:16:20 PDT 2025
https://github.com/kazutakahirata created https://github.com/llvm/llvm-project/pull/141382
None
>From e7b60cdd28b94d358959ef9551dc90735eceabc3 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu at google.com>
Date: Sat, 24 May 2025 15:03:46 -0700
Subject: [PATCH] [clang] Fix a typo in documentation
---
clang/docs/ReleaseNotes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index b93fa33acc2a0..ef9951995de68 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -315,7 +315,7 @@ New Compiler Flags
- New option ``-ftime-report-json`` added which outputs the same timing data as ``-ftime-report`` but formatted as JSON.
-- New option ``-Wnrvo`` added and disabled by default to warn about missed NRVO opportunites.
+- New option ``-Wnrvo`` added and disabled by default to warn about missed NRVO opportunities.
Deprecated Compiler Flags
-------------------------
More information about the cfe-commits
mailing list