summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/AsmPrinter
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-09-30 21:44:42 +0000
committerBob Wilson <bob.wilson@apple.com>2009-09-30 21:44:42 +0000
commit64c8d5a004cc2f746ed50d0de1401c99b271b054 (patch)
tree6ad979d4a3cfca49e871f5ee2a50f87ca57918ab /llvm/lib/Target/PIC16/AsmPrinter
parent3dc959f88b19478237a8ebbbef9b13d23dd3e7dd (diff)
downloadbcm5719-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.cpp2
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.
///
OpenPOWER on IntegriCloud