diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-10 17:57:28 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-10-10 17:57:28 +0000 |
commit | cf00c4ab3ba308d45d98c5ccab87362cf802facb (patch) | |
tree | ba6836d8bf430b9b2fb55ad5fd6d2a02f18a9f32 /tools/bugpoint/CrashDebugger.cpp | |
parent | 452fea997232437902385e88366482b01957eeef (diff) |
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/CrashDebugger.cpp')
-rw-r--r-- | tools/bugpoint/CrashDebugger.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bugpoint/CrashDebugger.cpp b/tools/bugpoint/CrashDebugger.cpp index 84d4d40014..b34d880565 100644 --- a/tools/bugpoint/CrashDebugger.cpp +++ b/tools/bugpoint/CrashDebugger.cpp @@ -91,7 +91,7 @@ public: }; bool ReduceCrashingFunctions::TestFuncs(std::vector<Function*> &Funcs) { - // Clone the program to try hacking it appart... + // Clone the program to try hacking it apart... Module *M = CloneModule(BD.Program); // Convert list to set for fast lookup... @@ -153,7 +153,7 @@ public: }; bool ReduceCrashingBlocks::TestBlocks(std::vector<BasicBlock*> &BBs) { - // Clone the program to try hacking it appart... + // Clone the program to try hacking it apart... Module *M = CloneModule(BD.Program); // Convert list to set for fast lookup... |