[clang] 2def74b - Fix release note typo from 6da3d66f

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue May 17 06:35:31 PDT 2022


Author: Erich Keane
Date: 2022-05-17T06:35:06-07:00
New Revision: 2def74bef15a867d940520ddf3808d09b7fff95b

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

LOG: Fix release note typo from 6da3d66f

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 79e5a4622e8a..2477a80d7938 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -365,7 +365,7 @@ C++ Language Changes in Clang
   of clang; use the ``-fclang-abi-compat=14`` option to get the old mangling.
 - Preprocessor character literals with a ``u8`` prefix are now correctly treated as
   unsigned character literals. This fixes `Issue 54886 <https://github.com/llvm/llvm-project/issues/54886>`_.
-- Stopped allowing constriants on non-template functions to be compliant with
+- Stopped allowing constraints on non-template functions to be compliant with
   dcl.decl.general p4.
 
 C++20 Feature Support


        


More information about the cfe-commits mailing list