File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments