summaryrefslogtreecommitdiff
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-24 20:47:57 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-24 20:47:57 +0000
commit4e9d45e0aaf47fa9393b3e16ae0dab025867a86c (patch)
treee00545e6f952f48f51b2523b9f5d1fc978c5be5e /docs/CommandGuide
parente644b7743bafaf5fc7091f8bf0accee720ade3ab (diff)
downloadllvm-4e9d45e0aaf47fa9393b3e16ae0dab025867a86c.tar.gz
llvm-4e9d45e0aaf47fa9393b3e16ae0dab025867a86c.tar.bz2
llvm-4e9d45e0aaf47fa9393b3e16ae0dab025867a86c.tar.xz
Speling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187076 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/llc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/llc.rst b/docs/CommandGuide/llc.rst
index f7ca322c19..36def9a9f1 100644
--- a/docs/CommandGuide/llc.rst
+++ b/docs/CommandGuide/llc.rst
@@ -150,11 +150,11 @@ Tuning/Configuration Options
*fast*
- Fast register allcator. It is default for unoptimized code.
+ Fast register allocator. It is default for unoptimized code.
*greedy*
- Greedy register allcator. It is default for optimized code.
+ Greedy register allocator. It is default for optimized code.
*pbqp*