diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-01-30 09:01:44 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2009-01-30 09:01:44 +0000 |
commit | 5af3ee2818191df52ad5f216adfa15fdf1564454 (patch) | |
tree | 4361cd957e936d636af0dce7a18449a66dea71db | |
parent | 1ff06b231fb84080398518b9fb49f13b25d2259c (diff) |
Fixed the comment. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63387 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PIC16/PIC16InstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16InstrInfo.td b/lib/Target/PIC16/PIC16InstrInfo.td index 077b50838e..31ceba3799 100644 --- a/lib/Target/PIC16/PIC16InstrInfo.td +++ b/lib/Target/PIC16/PIC16InstrInfo.td @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file describes the ARM instructions in TableGen format. +// This file describes the PIC16 instructions in TableGen format. // //===----------------------------------------------------------------------===// |