[llvm] r187406 - Fix underscore to be the proper length.

Bill Wendling isanbard at gmail.com
Tue Jul 30 01:26:25 PDT 2013


Author: void
Date: Tue Jul 30 03:26:24 2013
New Revision: 187406

URL: http://llvm.org/viewvc/llvm-project?rev=187406&view=rev
Log:
Fix underscore to be the proper length.

Modified:
    llvm/trunk/docs/CommandGuide/FileCheck.rst

Modified: llvm/trunk/docs/CommandGuide/FileCheck.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/FileCheck.rst?rev=187406&r1=187405&r2=187406&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/FileCheck.rst (original)
+++ llvm/trunk/docs/CommandGuide/FileCheck.rst Tue Jul 30 03:26:24 2013
@@ -245,7 +245,7 @@ occurrences matching ``CHECK-DAG:`` afte
 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





More information about the llvm-commits mailing list