summaryrefslogtreecommitdiff
path: root/docs/CommandGuide/FileCheck.rst
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2014-07-21 16:39:00 +0000
committerDan Liew <dan@su-root.co.uk>2014-07-21 16:39:00 +0000
commitcef5388ce8faaa78d726607ccc5b2c2b8e742be1 (patch)
tree73b5ee404f9fe8ade29292d3273c57783c147af3 /docs/CommandGuide/FileCheck.rst
parentdf99a7f5dc88ac0a3654082a9d0570d9f98862b4 (diff)
Fix Sphinx warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213559 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/FileCheck.rst')
-rw-r--r--docs/CommandGuide/FileCheck.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst
index 5c60b2ad08b..af01503792e 100644
--- a/docs/CommandGuide/FileCheck.rst
+++ b/docs/CommandGuide/FileCheck.rst
@@ -53,7 +53,7 @@ OPTIONS
Adds implicit negative checks for the specified patterns between positive
checks. The option allows writing stricter tests without stuffing them with
- ``CHECK-NOT``s.
+ ``CHECK-NOT``\ s.
For example, "``--implicit-check-not warning:``" can be useful when testing
diagnostic messages from tools that don't have an option similar to ``clang