summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-08-26 18:08:11 +0000
committerBob Wilson <bob.wilson@apple.com>2010-08-26 18:08:11 +0000
commita967c42a3d56a4aa18ebbedf4728fa8022fbd72f (patch)
tree3133afcbb62cda49360b324048a9be9a01f7a8f7 /llvm/lib/Target/PIC16
parent46830f2fd671791587ccbe6654c8b8e6ca71693b (diff)
downloadbcm5719-llvm-a967c42a3d56a4aa18ebbedf4728fa8022fbd72f.tar.gz
bcm5719-llvm-a967c42a3d56a4aa18ebbedf4728fa8022fbd72f.zip
Fix comment typos.
llvm-svn: 112202
Diffstat (limited to 'llvm/lib/Target/PIC16')
-rw-r--r--llvm/lib/Target/PIC16/PIC16ISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16ISelLowering.h b/llvm/lib/Target/PIC16/PIC16ISelLowering.h
index d7bb5c1ce51..d942af46a9e 100644
--- a/llvm/lib/Target/PIC16/PIC16ISelLowering.h
+++ b/llvm/lib/Target/PIC16/PIC16ISelLowering.h
@@ -50,7 +50,7 @@ namespace llvm {
CALL, // PIC16 Call instruction
CALLW, // PIC16 CALLW instruction
SUBCC, // Compare for equality or inequality.
- SELECT_ICC, // Psuedo to be caught in schedular and expanded to brcond.
+ SELECT_ICC, // Pseudo to be caught in scheduler and expanded to brcond.
BRCOND, // Conditional branch.
RET, // Return.
Dummy
OpenPOWER on IntegriCloud