test commit: fix typo in comment
authorSimi Pallipurath <simi.pallipurath@arm.com>
Tue, 6 Mar 2018 14:35:23 +0000 (14:35 +0000)
committerSimi Pallipurath <simi.pallipurath@arm.com>
Tue, 6 Mar 2018 14:35:23 +0000 (14:35 +0000)
This is  a simple change to do the test commit and verify commit access.

llvm-svn: 326800

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

index 69e8038..6138903 100644 (file)
@@ -249,7 +249,7 @@ bool AsmPrinter::doInitialization(Module &M) {
 
   OutStreamer->InitSections(false);
 
-  // Emit the version-min deplyment target directive if needed.
+  // Emit the version-min deployment target directive if needed.
   //
   // FIXME: If we end up with a collection of these sorts of Darwin-specific
   // or ELF-specific things, it may make sense to have a platform helper class