Skip to content

Commit 6654eb4

Browse files
committed
[clang-tidy][NFC] fix typos in ReleaseNotes
1 parent f5ae102 commit 6654eb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Improvements to clang-tidy
132132
when run over C files. If ``-std`` is not specified, it defaults to
133133
``c99-or-later``.
134134

135-
- :program:`clang-tidy` no longer attemps to analyze code from system headers
135+
- :program:`clang-tidy` no longer attempts to analyze code from system headers
136136
by default, greatly improving performance. This behavior is disabled if the
137137
`SystemHeaders` option is enabled.
138138

@@ -340,7 +340,7 @@ Changes in existing checks
340340

341341
- Improved :doc:`misc-const-correctness
342342
<clang-tidy/checks/misc/const-correctness>` check to avoid false
343-
positives when pointers is tranferred to non-const references
343+
positives when pointers is transferred to non-const references
344344
and avoid false positives of function pointer.
345345

346346
- Improved :doc:`misc-header-include-cycle

0 commit comments

Comments
 (0)