From: Misha Brukman Date: Mon, 21 Jul 2003 21:58:16 +0000 (+0000) Subject: Fixed misspelling. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=265789f1559565cd69482c07ede55ca3e4b2d798;p=oota-llvm.git Fixed misspelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7223 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/OptimizerDriver.cpp b/tools/bugpoint/OptimizerDriver.cpp index d6beef541bd..4c60f52cb5e 100644 --- a/tools/bugpoint/OptimizerDriver.cpp +++ b/tools/bugpoint/OptimizerDriver.cpp @@ -33,7 +33,7 @@ bool BugDriver::writeProgramToFile(const std::string &Filename, /// EmitProgressBytecode - This function is used to output the current Program -/// to a file named "bugpoing-ID.bc". +/// to a file named "bugpoint-ID.bc". /// void BugDriver::EmitProgressBytecode(const std::string &ID, bool NoFlyer) { // Output the input to the current pass to a bytecode file, emit a message