diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-09-30 21:44:42 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-09-30 21:44:42 +0000 |
commit | 64c8d5a004cc2f746ed50d0de1401c99b271b054 (patch) | |
tree | 6ad979d4a3cfca49e871f5ee2a50f87ca57918ab /llvm/lib/Target/PIC16/AsmPrinter | |
parent | 3dc959f88b19478237a8ebbbef9b13d23dd3e7dd (diff) | |
download | bcm5719-llvm-64c8d5a004cc2f746ed50d0de1401c99b271b054.tar.gz bcm5719-llvm-64c8d5a004cc2f746ed50d0de1401c99b271b054.zip |
Fix a comment typo.
llvm-svn: 83174
Diffstat (limited to 'llvm/lib/Target/PIC16/AsmPrinter')
-rw-r--r-- | llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp b/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp index 795b79ad53b..7eeefd1c761 100644 --- a/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp +++ b/llvm/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp @@ -217,7 +217,7 @@ void PIC16AsmPrinter::printLibcallDecls() { O << MAI->getCommentString() << "External decls for libcalls - END." <<"\n"; } -/// doInitialization - Perfrom Module level initializations here. +/// doInitialization - Perform Module level initializations here. /// One task that we do here is to sectionize all global variables. /// The MemSelOptimizer pass depends on the sectionizing. /// |