summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2016-09-27 19:45:30 +0000
committerMartin Storsjo <martin@martin.st>2016-09-27 19:45:30 +0000
commit055a70263bf039cd2b44fb8f4df2f81cd272e5f8 (patch)
treee87c15277809f0c0721b14805b7bde1f8a00a340 /llvm/tools/llvm-mc
parentec1c5a2048e8588d58727fecd7ab3d36732203a7 (diff)
downloadbcm5719-llvm-055a70263bf039cd2b44fb8f4df2f81cd272e5f8.tar.gz
bcm5719-llvm-055a70263bf039cd2b44fb8f4df2f81cd272e5f8.zip
Fix a typo, depricated -> deprecated
Differential Revision: https://reviews.llvm.org/D22849 llvm-svn: 282534
Diffstat (limited to 'llvm/tools/llvm-mc')
-rw-r--r--llvm/tools/llvm-mc/llvm-mc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mc/llvm-mc.cpp b/llvm/tools/llvm-mc/llvm-mc.cpp
index 81ee3d83d55..78ad8765960 100644
--- a/llvm/tools/llvm-mc/llvm-mc.cpp
+++ b/llvm/tools/llvm-mc/llvm-mc.cpp
@@ -66,7 +66,7 @@ CompressDebugSections("compress-debug-sections", cl::ValueOptional,
clEnumValN(DebugCompressionType::DCT_Zlib, "zlib",
"Use zlib compression"),
clEnumValN(DebugCompressionType::DCT_ZlibGnu, "zlib-gnu",
- "Use zlib-gnu compression (depricated)"),
+ "Use zlib-gnu compression (deprecated)"),
clEnumValEnd));
static cl::opt<bool>
OpenPOWER on IntegriCloud