[clang-tools-extra] [clang-tidy] Correct typo in ReleaseNotes.rst (PR #104674)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 17 09:07:00 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang-tools-extra
Author: Mike Crowe (mikecrowe)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/104674.diff
1 Files Affected:
- (modified) clang-tools-extra/docs/ReleaseNotes.rst (+1-1)
``````````diff
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
^^^^^^^^^^^^^^
``````````
</details>
https://github.com/llvm/llvm-project/pull/104674
More information about the cfe-commits
mailing list