[PATCH] D22849: Fix a typo, depricated -> deprecated
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 27 12:54:19 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL282534: Fix a typo, depricated -> deprecated (authored by mstorsjo).
Changed prior to commit:
https://reviews.llvm.org/D22849?vs=65694&id=72693#toc
Repository:
rL LLVM
https://reviews.llvm.org/D22849
Files:
llvm/trunk/include/llvm/Support/CommandLine.h
llvm/trunk/tools/llvm-mc/llvm-mc.cpp
Index: llvm/trunk/include/llvm/Support/CommandLine.h
===================================================================
--- llvm/trunk/include/llvm/Support/CommandLine.h
+++ llvm/trunk/include/llvm/Support/CommandLine.h
@@ -1731,7 +1731,7 @@
/// the control of the client. The options should be modified before calling
/// llvm::cl::ParseCommandLineOptions().
///
-/// Hopefully this API can be depricated soon. Any situation where options need
+/// Hopefully this API can be deprecated soon. Any situation where options need
/// to be modified by tools or libraries should be handled by sane APIs rather
/// than just handing around a global list.
StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand);
Index: llvm/trunk/tools/llvm-mc/llvm-mc.cpp
===================================================================
--- llvm/trunk/tools/llvm-mc/llvm-mc.cpp
+++ llvm/trunk/tools/llvm-mc/llvm-mc.cpp
@@ -66,7 +66,7 @@
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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22849.72693.patch
Type: text/x-patch
Size: 1244 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160927/33b603e2/attachment.bin>
More information about the llvm-commits
mailing list