[llvm] r326800 - test commit: fix typo in comment
Simi Pallipurath via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 6 06:35:23 PST 2018
Author: simpal01
Date: Tue Mar 6 06:35:23 2018
New Revision: 326800
URL: http://llvm.org/viewvc/llvm-project?rev=326800&view=rev
Log:
test commit: fix typo in comment
This is a simple change to do the test commit and verify commit access.
Modified:
llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Modified: llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp?rev=326800&r1=326799&r2=326800&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp Tue Mar 6 06:35:23 2018
@@ -249,7 +249,7 @@ bool AsmPrinter::doInitialization(Module
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
More information about the llvm-commits
mailing list