diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-27 06:18:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-27 06:18:25 +0000 |
commit | da895d63377b421dc50117befb2bec80d2973526 (patch) | |
tree | 4544a49d23c4692c9e14236a5ffa6297b5001c64 /tools/bugpoint | |
parent | f8db8a04328f11fada2cf81f4b8b2431b3fb1548 (diff) | |
download | external_llvm-da895d63377b421dc50117befb2bec80d2973526.zip external_llvm-da895d63377b421dc50117befb2bec80d2973526.tar.gz external_llvm-da895d63377b421dc50117befb2bec80d2973526.tar.bz2 |
Fix spelling, patch contributed by Gabor Greif!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-rw-r--r-- | tools/bugpoint/Miscompilation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bugpoint/Miscompilation.cpp b/tools/bugpoint/Miscompilation.cpp index b69cbd1..b170704 100644 --- a/tools/bugpoint/Miscompilation.cpp +++ b/tools/bugpoint/Miscompilation.cpp @@ -425,7 +425,7 @@ static bool ExtractBlocks(BugDriver &BD, MiscompiledFunctions); Module *Extracted = BD.ExtractMappedBlocksFromModule(Blocks, ToExtract); if (Extracted == 0) { - // Wierd, extraction should have worked. + // Weird, extraction should have worked. std::cerr << "Nondeterministic problem extracting blocks??\n"; delete ProgClone; delete ToExtract; |