summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-07-30 08:26:24 +0000
committerBill Wendling <isanbard@gmail.com>2013-07-30 08:26:24 +0000
commitd6a721b14d94791458d6f4d80832d3f3b9e9cd11 (patch)
tree4658104a72532229cae0758f46386a3377cf638e /docs/CommandGuide
parentf7f22a64df583df9da6bdd74e2f928568276f837 (diff)
downloadllvm-d6a721b14d94791458d6f4d80832d3f3b9e9cd11.tar.gz
llvm-d6a721b14d94791458d6f4d80832d3f3b9e9cd11.tar.bz2
llvm-d6a721b14d94791458d6f4d80832d3f3b9e9cd11.tar.xz
Fix underscore to be the proper length.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-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 d5c8938479..6be5fc336d 100644
--- a/docs/CommandGuide/FileCheck.rst
+++ b/docs/CommandGuide/FileCheck.rst
@@ -245,7 +245,7 @@ occurrences matching ``CHECK-DAG:`` after ``CHECK-NOT:``. For example,
This case will reject input strings where ``BEFORE`` occurs after ``AFTER``.
The "CHECK-LABEL:" directive
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Sometimes in a file containing multiple tests divided into logical blocks, one
or more ``CHECK:`` directives may inadvertently succeed by matching lines in a