From 174fd830b3cb6988ee419850427713e2957af813 Mon Sep 17 00:00:00 2001 From: Marko Dimjašević Date: Mon, 8 Feb 2016 21:44:51 -0700 Subject: Fixed two spelling errors. --- lib/Basic/CmdLineOptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Basic/CmdLineOptions.cpp b/lib/Basic/CmdLineOptions.cpp index 2f97b200..b7502023 100644 --- a/lib/Basic/CmdLineOptions.cpp +++ b/lib/Basic/CmdLineOptions.cpp @@ -62,7 +62,7 @@ CoreSolverOptimizeDivides("solver-optimize-divides", */ llvm::cl::list queryLoggingOptions( "use-query-log", - llvm::cl::desc("Log queries to a file. Multiple options can be specified seperate by a comma. By default nothing is logged."), + llvm::cl::desc("Log queries to a file. Multiple options can be specified separated by a comma. By default nothing is logged."), llvm::cl::values( clEnumValN(ALL_PC,"all:pc","All queries in .pc (KQuery) format"), clEnumValN(ALL_SMTLIB,"all:smt2","All queries in .smt2 (SMT-LIBv2) format"), -- cgit 1.4.1