Fix grammar.
[oota-llvm.git] / 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*