From 4c18e2e913ba3fc9b7dfc92ebbce7e278f5ae677 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Wed, 19 Feb 2014 22:16:49 +0000 Subject: Fix typo Found by: Duncan P. N. Exon Smith git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201726 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/bugpoint.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/bugpoint/bugpoint.cpp') diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index e0941914d8..b2023e937a 100644 --- a/tools/bugpoint/bugpoint.cpp +++ b/tools/bugpoint/bugpoint.cpp @@ -72,15 +72,15 @@ StandardLinkOpts("std-link-opts", static cl::opt OptLevelO1("O1", - cl::desc("Optimization level 1. Identical with 'opt -O1'")); + cl::desc("Optimization level 1. Identical to 'opt -O1'")); static cl::opt OptLevelO2("O2", - cl::desc("Optimization level 2. Identical with 'opt -O2'")); + cl::desc("Optimization level 2. Identical to 'opt -O2'")); static cl::opt OptLevelO3("O3", - cl::desc("Optimization level 3. Identical with 'opt -O3'")); + cl::desc("Optimization level 3. Identical to 'opt -O3'")); static cl::opt OverrideTriple("mtriple", cl::desc("Override target triple for module")); -- cgit v1.2.3