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 | c4c39faa054eade47f84496ebea3a6842c03ab64 (patch) | |
tree | dc56daf619eaf3d859e5dd1ac164cf5d42cc6822 /lib/Target/PIC16 | |
parent | 4d7a2061f147cf64c0cdd36e67ca71e1d89c16f3 (diff) | |
download | external_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')
-rw-r--r-- | lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp | 2 |
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. /// |