Tweak to fix spelling and grammar in comment.
[oota-llvm.git] / include / llvm / Target / Target.td
index 5aabc9d639a5074346b77758bd8387d8fad48527..5e955e9fd7a4079982c3d12a197e908ea65c4845 100644 (file)
@@ -267,9 +267,9 @@ class Requires<list<Predicate> preds> {
   list<Predicate> Predicates = preds;
 }
 
-/// ops definition - This is just a simple marker used to identify the operands
-/// list for an instruction. outs and ins are identical both syntatically and
-/// semantically, they are used to define def operands and use operands to
+/// ops definition - This is just a simple marker used to identify the operand
+/// list for an instruction. outs and ins are identical both syntactically and
+/// semanticallyr; they are used to define def operands and use operands to
 /// improve readibility. This should be used like this:
 ///     (outs R32:$dst), (ins R32:$src1, R32:$src2) or something similar.
 def ops;