From 531270e6634214d89bf891066d7694286100d784 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Tue, 2 Jun 2015 22:33:39 +0000 Subject: [PATCH] [NFC] Fix spelling in comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238884 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/Target.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Target/Target.td b/include/llvm/Target/Target.td index 62f249aed0f..d99f0e1c5dc 100644 --- a/include/llvm/Target/Target.td +++ b/include/llvm/Target/Target.td @@ -507,7 +507,7 @@ class Requires 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; -- 2.34.1