summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AVR
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2020-01-03 14:05:58 +0000
committerJay Foad <jay.foad@amd.com>2020-01-03 14:05:58 +0000
commit8382f8714539cf2aba0c194d789e7c2909608be2 (patch)
tree8b33d07712d97352b57997c832edb8a03e354f54 /llvm/lib/Target/AVR
parent07bc851b212556966c21ed6986fcbdfc65579852 (diff)
downloadbcm5719-llvm-8382f8714539cf2aba0c194d789e7c2909608be2.tar.gz
bcm5719-llvm-8382f8714539cf2aba0c194d789e7c2909608be2.zip
Fix typo "psuedo" in comments
Diffstat (limited to 'llvm/lib/Target/AVR')
-rw-r--r--llvm/lib/Target/AVR/AVRInstrFormats.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/AVR/AVRInstrFormats.td b/llvm/lib/Target/AVR/AVRInstrFormats.td
index 347e683cd47..ef596f5cebd 100644
--- a/llvm/lib/Target/AVR/AVRInstrFormats.td
+++ b/llvm/lib/Target/AVR/AVRInstrFormats.td
@@ -42,8 +42,8 @@ class AVRInst32<dag outs, dag ins, string asmstr, list<dag> pattern>
}
// A class for pseudo instructions.
-// Psuedo instructions are not real AVR instructions. The DAG stores
-// psuedo instructions which are replaced by real AVR instructions by
+// Pseudo instructions are not real AVR instructions. The DAG stores
+// pseudo instructions which are replaced by real AVR instructions by
// AVRExpandPseudoInsts.cpp.
//
// For example, the ADDW (add wide, as in add 16 bit values) instruction
OpenPOWER on IntegriCloud