From 055a70263bf039cd2b44fb8f4df2f81cd272e5f8 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Tue, 27 Sep 2016 19:45:30 +0000 Subject: [PATCH] Fix a typo, depricated -> deprecated Differential Revision: https://reviews.llvm.org/D22849 llvm-svn: 282534 --- llvm/include/llvm/Support/CommandLine.h | 2 +- llvm/tools/llvm-mc/llvm-mc.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index a0ec2622b03c..1c1345516c2a 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -1731,7 +1731,7 @@ void PrintHelpMessage(bool Hidden = false, bool Categorized = false); /// 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