Skip to content

Commit 98be0b4

Browse files
vbvictoraokblast
authored andcommitted
[clang-tidy][NFC] fix typos in ReleaseNotes (llvm#164339)
1 parent ebdb9e9 commit 98be0b4

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

@@ -341,7 +341,7 @@ Changes in existing checks
341341

342342
- Improved :doc:`misc-const-correctness
343343
<clang-tidy/checks/misc/const-correctness>` check to avoid false
344-
positives when pointers is tranferred to non-const references
344+
positives when pointers is transferred to non-const references
345345
and avoid false positives of function pointer and fix false
346346
positives on return of non-const pointer.
347347

0 commit comments

Comments
 (0)