From 39564499c4b3d19af6e42f7718317443808e714f Mon Sep 17 00:00:00 2001
From: Dan Gohman <gohman@apple.com>
Date: Mon, 18 Feb 2008 17:15:45 +0000
Subject: [PATCH] Fix a missing space in the description of the find-bugs
 option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47271 91177308-0d34-0410-b5e6-96231b3b80d8
---
 tools/bugpoint/bugpoint.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index e47beca52bc..23646755040 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -34,7 +34,7 @@ AsChild("as-child", cl::desc("Run bugpoint as child process"),
         cl::ReallyHidden);
           
 static cl::opt<bool> 
-FindBugs("find-bugs", cl::desc("Run many different optimization sequences"
+FindBugs("find-bugs", cl::desc("Run many different optimization sequences "
                                "on program to find bugs"), cl::init(false));
 
 static cl::list<std::string>