aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
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
commitc4c39faa054eade47f84496ebea3a6842c03ab64 (patch)
treedc56daf619eaf3d859e5dd1ac164cf5d42cc6822 /lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
parent4d7a2061f147cf64c0cdd36e67ca71e1d89c16f3 (diff)
downloadexternal_llvm-c4c39faa054eade47f84496ebea3a6842c03ab64.zip
external_llvm-c4c39faa054eade47f84496ebea3a6842c03ab64.tar.gz
external_llvm-c4c39faa054eade47f84496ebea3a6842c03ab64.tar.bz2
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp')
-rw-r--r--lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
index 795b79a..7eeefd1 100644
--- a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
+++ b/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.
///