summaryrefslogtreecommitdiff
path: root/lib/Target/X86/README.txt
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-20 00:33:39 +0000
committerAlp Toker <alp@nuanti.com>2013-12-20 00:33:39 +0000
commitbaf8c08693d2086cd8e45b31645812b51984b926 (patch)
treedf63f7a5598c5c6813bdfd76402acf867b8d9379 /lib/Target/X86/README.txt
parent54317ec64ac20c701e396ee34156b7ba158e385d (diff)
downloadllvm-baf8c08693d2086cd8e45b31645812b51984b926.tar.gz
llvm-baf8c08693d2086cd8e45b31645812b51984b926.tar.bz2
llvm-baf8c08693d2086cd8e45b31645812b51984b926.tar.xz
Fix documentation typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/README.txt')
-rw-r--r--lib/Target/X86/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index b4285a0718..a30f8c7d98 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -123,7 +123,7 @@ flags.
The instruction selector sometimes misses folding a load into a compare. The
pattern is written as (cmp reg, (load p)). Because the compare isn't
commutative, it is not matched with the load on both sides. The dag combiner
-should be made smart enough to cannonicalize the load into the RHS of a compare
+should be made smart enough to canonicalize the load into the RHS of a compare
when it can invert the result of the compare for free.
//===---------------------------------------------------------------------===//