[llvm] r238884 - [NFC] Fix spelling in comment.
Sanjoy Das
sanjoy at playingwithpointers.com
Tue Jun 2 15:33:40 PDT 2015
Author: sanjoy
Date: Tue Jun 2 17:33:39 2015
New Revision: 238884
URL: http://llvm.org/viewvc/llvm-project?rev=238884&view=rev
Log:
[NFC] Fix spelling in comment.
Modified:
llvm/trunk/include/llvm/Target/Target.td
Modified: llvm/trunk/include/llvm/Target/Target.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/Target.td?rev=238884&r1=238883&r2=238884&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/Target.td (original)
+++ llvm/trunk/include/llvm/Target/Target.td Tue Jun 2 17:33:39 2015
@@ -507,7 +507,7 @@ class Requires<list<Predicate> preds> {
/// 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
+/// semantically; 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;
More information about the llvm-commits
mailing list