From ad96d9a373aa8a6be1b9f9da1e2fc114be951765 Mon Sep 17 00:00:00 2001 From: Simi Pallipurath Date: Tue, 6 Mar 2018 14:35:23 +0000 Subject: [PATCH] test commit: fix typo in comment This is a simple change to do the test commit and verify commit access. llvm-svn: 326800 --- llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index 69e8038dff09..61389037d5dc 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -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