From c4c39faa054eade47f84496ebea3a6842c03ab64 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83174 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. /// -- 2.34.1