aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Lanai
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-22 05:54:46 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-22 05:54:46 +0000
commit25f981005968647f13d19c948749be5ecb62ff63 (patch)
tree74f74248295d0cbdee2d398bb0c5159e23ba6fb8 /lib/Target/Lanai
parente0267674fdb219793e268089d8dac81ca4992127 (diff)
[NFC] fix trivial typos in comments
"the the" -> "the" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323074 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Lanai')
-rw-r--r--lib/Target/Lanai/LanaiInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Lanai/LanaiInstrFormats.td b/lib/Target/Lanai/LanaiInstrFormats.td
index 30289ea4ac0..1bb6b3d26a4 100644
--- a/lib/Target/Lanai/LanaiInstrFormats.td
+++ b/lib/Target/Lanai/LanaiInstrFormats.td
@@ -482,7 +482,7 @@ class InstSLI<dag outs, dag ins, string asmstr, list<dag> pattern>
// Memory(ea) <- (least significant half-word of Rr)
// If `YS' = 10 (bYte load): Rr <- Memory(ea)
// If `YS' = 00 (halfword load): Rr <- Memory(ea)
-// [Note: here ea is determined as in the the RM instruction. ]
+// [Note: here ea is determined as in the RM instruction. ]
// If `SE' = 01 then the value is zEro extended
// before being loaded into Rd.
// If `SE' = 00 then the value is sign extended