Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
[oota-llvm.git] / 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