From 59eb3230580f96767f4a10873f45e6c7e1d9433c Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Wed, 30 Sep 2009 21:44:42 +0000 Subject: [PATCH] Fix a comment typo. llvm-svn: 83174 --- lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp b/lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp index 795b79ad53b..7eeefd1c761 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. ///