Fix grammar.
authorBill Wendling <isanbard@gmail.com>
Mon, 5 Aug 2013 23:29:16 +0000 (23:29 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 5 Aug 2013 23:29:16 +0000 (23:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187755 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llc.rst

index 36def9a9f195537a50dccc1146330059ee14c977..02ad798c8b66f2e04c224f3ec4e96fdebe1eb426 100644 (file)
@@ -150,11 +150,11 @@ Tuning/Configuration Options
 
  *fast*
 
-  Fast register allocator. It is default for unoptimized code.
+  Fast register allocator. It is the default for unoptimized code.
 
  *greedy*
 
-  Greedy register allocator. It is default for optimized code.
+  Greedy register allocator. It is the default for optimized code.
 
  *pbqp*