diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-08-26 18:08:11 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-08-26 18:08:11 +0000 |
commit | 3b7bbfd36c1bcc542f3d434d56b0df11fb48c47c (patch) | |
tree | 5764e6ba1a12fa75ca1fde114260f7dc751fae75 /lib/Target/PIC16 | |
parent | 767b5b6227a49cac98c275ab05f1560da0fe90be (diff) |
Fix comment typos.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112202 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16')
-rw-r--r-- | lib/Target/PIC16/PIC16ISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16ISelLowering.h b/lib/Target/PIC16/PIC16ISelLowering.h index d7bb5c1ce5..d942af46a9 100644 --- a/lib/Target/PIC16/PIC16ISelLowering.h +++ b/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 |