[clang-tools-extra] 88f8010 - [clang-tidy] Correct typo in ReleaseNotes.rst (#104674)

via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 17 22:58:29 PDT 2024


Author: Mike Crowe
Date: 2024-08-18T11:28:25+05:30
New Revision: 88f801037338a2c273a8f6dea8ebcb0c48a2cc06

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

LOG: [clang-tidy] Correct typo in ReleaseNotes.rst (#104674)

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 b72d109b3d3938..0f6b34cf400521 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -106,7 +106,7 @@ Changes in existing checks
 
 - Improved :doc:`readability-redundant-smartptr-get
   <clang-tidy/checks/readability/redundant-smartptr-get>` check to
-  remove `->`, when reduntant `get()` is removed.
+  remove `->`, when redundant `get()` is removed.
 
 Removed checks
 ^^^^^^^^^^^^^^


        


More information about the cfe-commits mailing list