[llvm] 715d2dc - [llvm-cov][NFC] Add missing character to fix docs buildbot break.
Zarko Todorovski via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 26 08:58:06 PST 2021
Author: Zarko Todorovski
Date: 2021-11-26T11:57:10-05:00
New Revision: 715d2dc126ee4aaf0cb1df8826c3f1072c952e66
URL: https://github.com/llvm/llvm-project/commit/715d2dc126ee4aaf0cb1df8826c3f1072c952e66
DIFF: https://github.com/llvm/llvm-project/commit/715d2dc126ee4aaf0cb1df8826c3f1072c952e66.diff
LOG: [llvm-cov][NFC] Add missing character to fix docs buildbot break.
Added:
Modified:
llvm/docs/CommandGuide/llvm-cov.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/llvm-cov.rst b/llvm/docs/CommandGuide/llvm-cov.rst
index fe07f9b09e71d..e1f827b176226 100644
--- a/llvm/docs/CommandGuide/llvm-cov.rst
+++ b/llvm/docs/CommandGuide/llvm-cov.rst
@@ -276,7 +276,7 @@ OPTIONS
Show code coverage only for functions listed in the given file. Each line in
the file should start with `whitelist_fun:`, immediately followed by the name
of the function to accept. This name can be a wildcard expression. This option
- will be deprecated for `-name-allowlist=<FILE> in future releases.
+ will be deprecated for `-name-allowlist=<FILE>` in future releases.
.. option:: -name-regex=<PATTERN>
More information about the llvm-commits
mailing list