Fix a comment typo.
authorBob Wilson <bob.wilson@apple.com>
Wed, 30 Sep 2009 21:44:42 +0000 (21:44 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 30 Sep 2009 21:44:42 +0000 (21:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83174 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp

index 795b79ad53b652cb00360d64c810214803493700..7eeefd1c761bcbae7589a0937f51149bcc04857e 100644 (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.
 ///