Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
authorChad Rosier <mcrosier@apple.com>
Thu, 24 May 2012 21:17:47 +0000 (21:17 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 24 May 2012 21:17:47 +0000 (21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157415 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/FileCheck.rst

index e7076c2f30e59c89df80c3823b6b2da6a45cab5a..c0f64a413e009d3f017c2df6406938d96a2f135b 100644 (file)
@@ -265,7 +265,7 @@ simple example:
 
    ; CHECK: test5:
    ; CHECK:    notw    [[REGISTER:%[a-z]+]]
-   ; CHECK:    andw    {{.*}}[REGISTER]]
+   ; CHECK:    andw    {{.*}}[[REGISTER]]
 
 
 The first check line matches a regex (**%[a-z]+**) and captures it into