Fix a comment typo.

llvm-svn: 83174
This commit is contained in:
Bob Wilson 2009-09-30 21:44:42 +00:00
parent 43ce9e3e75
commit 59eb323058

View File

@ -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.
///