From 1680832a9b693e6f726570017237a984d4d390c8 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Wed, 11 May 2011 16:44:08 +0000 Subject: Typo and missing checkin from r131186. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131187 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/ToolRunner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 9c3e612..f9d8603 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 -- cgit v1.1