[llvm-branch-commits] [libcxx] da20f10 - [libc++][NFC] Fix typos in the libc++ 21 release notes (#149536)

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 24 02:49:53 PDT 2025


Author: Louis Dionne
Date: 2025-07-24T11:49:46+02:00
New Revision: da20f10b5d31b75c41a78d05d2be83aaf5ef2ee4

URL: https://github.com/llvm/llvm-project/commit/da20f10b5d31b75c41a78d05d2be83aaf5ef2ee4
DIFF: https://github.com/llvm/llvm-project/commit/da20f10b5d31b75c41a78d05d2be83aaf5ef2ee4.diff

LOG: [libc++][NFC] Fix typos in the libc++ 21 release notes (#149536)

(cherry picked from commit d737fe2c91391a41a5b5ee8e3062d78a01936c61)

Added: 
    

Modified: 
    libcxx/docs/ReleaseNotes/21.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/ReleaseNotes/21.rst b/libcxx/docs/ReleaseNotes/21.rst
index 6f18b61284f49..d31ca0130cb80 100644
--- a/libcxx/docs/ReleaseNotes/21.rst
+++ b/libcxx/docs/ReleaseNotes/21.rst
@@ -10,7 +10,7 @@ Written by the `Libc++ Team <https://libcxx.llvm.org>`_
 
 .. warning::
 
-   These are in-progress notes for the upcoming libc++ 20.0.0 release.
+   These are in-progress notes for the upcoming libc++ 21.0.0 release.
    Release notes for previous releases can be found on
    `the Download Page <https://releases.llvm.org/download.html>`_.
 
@@ -18,7 +18,7 @@ Introduction
 ============
 
 This document contains the release notes for the libc++ C++ Standard Library,
-part of the LLVM Compiler Infrastructure, release 20.0.0. Here we describe the
+part of the LLVM Compiler Infrastructure, release 21.0.0. Here we describe the
 status of libc++ in some detail, including major improvements from the previous
 release and new feature work. For the general LLVM release notes, see `the LLVM
 documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may


        


More information about the llvm-branch-commits mailing list