[clang-tools-extra] fa36822 - NFC: fix typo in tidy modernize-deprecated-headers docs
via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 3 03:25:14 PDT 2025
Author: MarcoFalke
Date: 2025-06-03T12:25:01+02:00
New Revision: fa36822bfb14d0bc982d41e634af829d15b13764
URL: https://github.com/llvm/llvm-project/commit/fa36822bfb14d0bc982d41e634af829d15b13764
DIFF: https://github.com/llvm/llvm-project/commit/fa36822bfb14d0bc982d41e634af829d15b13764.diff
LOG: NFC: fix typo in tidy modernize-deprecated-headers docs
Added:
Modified:
clang-tools-extra/docs/clang-tidy/checks/modernize/deprecated-headers.rst
Removed:
################################################################################
diff --git a/clang-tools-extra/docs/clang-tidy/checks/modernize/deprecated-headers.rst b/clang-tools-extra/docs/clang-tidy/checks/modernize/deprecated-headers.rst
index 298243fc3cedd..6c35cd4e53d87 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/modernize/deprecated-headers.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/modernize/deprecated-headers.rst
@@ -79,5 +79,5 @@ Options
analyzed C++ source file is not included by any other C source files.
Hence, to omit false-positives and wrong fixit-hints, we ignore emitting
reports into header files. One can set this option to `true` if they know
- that the header files in the project are only used by C++ source file.
+ that the header files in the project are only used by C++ source files.
Default is `false`.
More information about the cfe-commits
mailing list