diff options
author | Simi Pallipurath <simi.pallipurath@arm.com> | 2018-03-06 14:35:23 +0000 |
---|---|---|
committer | Simi Pallipurath <simi.pallipurath@arm.com> | 2018-03-06 14:35:23 +0000 |
commit | ad96d9a373aa8a6be1b9f9da1e2fc114be951765 (patch) | |
tree | bd76661e461452cfd3f2e3c1324c283a02e81183 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | |
parent | 0dc8fd7460c4ffc194faf5e14f3f119253eb545d (diff) | |
download | bcm5719-llvm-ad96d9a373aa8a6be1b9f9da1e2fc114be951765.tar.gz bcm5719-llvm-ad96d9a373aa8a6be1b9f9da1e2fc114be951765.zip |
test commit: fix typo in comment
This is a simple change to do the test commit and verify commit access.
llvm-svn: 326800
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index 69e8038dff0..61389037d5d 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 |