summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2011-05-11 16:44:08 +0000
committerAndrew Trick <atrick@apple.com>2011-05-11 16:44:08 +0000
commit1680832a9b693e6f726570017237a984d4d390c8 (patch)
tree28adb8d63941a9fed627311f02efc30069cbd63d /tools
parent7c863eb8cc34c8ae97ae90672758eb6637b1125f (diff)
downloadllvm-1680832a9b693e6f726570017237a984d4d390c8.tar.gz
llvm-1680832a9b693e6f726570017237a984d4d390c8.tar.bz2
llvm-1680832a9b693e6f726570017237a984d4d390c8.tar.xz
Typo and missing checkin from r131186.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/bugpoint/ToolRunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp
index 9c3e6121f2..f9d8603b5a 100644
--- a/tools/bugpoint/ToolRunner.cpp
+++ b/tools/bugpoint/ToolRunner.cpp
@@ -52,7 +52,7 @@ namespace {
// Add a prefix to ErrMsg if the program is terminated by a signal to
// distinguish compiled program crashes from other execution
-// failures. Miscompilation likely to results in SIGSEGV.
+// failures. Miscompilation likely results in SIGSEGV.
static const char *SignalPrefix = "Signal - ";
/// RunProgramWithTimeout - This function provides an alternate interface