[clang-tools-extra] d24d8af - Fixed typo in CTE release notes failing build

Nathan James via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 2 13:51:44 PST 2020


Author: Nathan James
Date: 2020-02-02T21:51:34Z
New Revision: d24d8af320fd8977f085ee5ceafadaad98f76bf0

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

LOG: Fixed typo in CTE release notes failing build

Added: 
    

Modified: 
    clang-tools-extra/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index 4e0f79dfd45c..2c61591bdc34 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -105,7 +105,7 @@ Changes in existing checks
 ^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 - Improved :doc:`readability-qualified-auto
-  <clang-tidy/checks/readability-qualified-about>` check now supports a 
+  <clang-tidy/checks/readability-qualified-auto>` check now supports a 
   `AddConstToQualified` to enable adding ``const`` qualifiers to variables
   typed with ``auto *`` and ``auto &``.
 


        


More information about the cfe-commits mailing list