summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-05-24 21:17:47 +0000
committerChad Rosier <mcrosier@apple.com>2012-05-24 21:17:47 +0000
commitd6d05e3f788d60d5c76ab99ce95ea6f622932d90 (patch)
tree245cb6f5e730a700a48e53c2246ec2f4afa30d04 /docs/CommandGuide
parentc784395a79ba44f12816ab71b6468e40c2c29ccb (diff)
downloadllvm-d6d05e3f788d60d5c76ab99ce95ea6f622932d90.tar.gz
llvm-d6d05e3f788d60d5c76ab99ce95ea6f622932d90.tar.bz2
llvm-d6d05e3f788d60d5c76ab99ce95ea6f622932d90.tar.xz
Typo. Patch by Nicklas Bo Jensen <nbjensen@gmail.com>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157415 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 e7076c2f30..c0f64a413e 100644
--- a/docs/CommandGuide/FileCheck.rst
+++ b/docs/CommandGuide/FileCheck.rst
@@ -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