[llvm-commits] CVS: llvm/tools/bugpoint/Miscompilation.cpp SystemUtils.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Jul 14 12:17:06 PDT 2003
Changes in directory llvm/tools/bugpoint:
Miscompilation.cpp updated: 1.8 -> 1.9
SystemUtils.cpp updated: 1.7 -> 1.8
---
Log message:
The word `separate' only has one `e'.
---
Diffs of the changes:
Index: llvm/tools/bugpoint/Miscompilation.cpp
diff -u llvm/tools/bugpoint/Miscompilation.cpp:1.8 llvm/tools/bugpoint/Miscompilation.cpp:1.9
--- llvm/tools/bugpoint/Miscompilation.cpp:1.8 Mon May 12 09:32:04 2003
+++ llvm/tools/bugpoint/Miscompilation.cpp Mon Jul 14 12:16:01 2003
@@ -61,7 +61,7 @@
if (Prefix.empty()) return NoFailure;
// Next, see if the program is broken if we run the "prefix" passes first,
- // then seperately run the "kept" passes.
+ // then separately run the "kept" passes.
std::cout << "Checking to see if '" << getPassesString(Prefix)
<< "' compile correctly: ";
Index: llvm/tools/bugpoint/SystemUtils.cpp
diff -u llvm/tools/bugpoint/SystemUtils.cpp:1.7 llvm/tools/bugpoint/SystemUtils.cpp:1.8
--- llvm/tools/bugpoint/SystemUtils.cpp:1.7 Mon Jun 30 16:58:58 2003
+++ llvm/tools/bugpoint/SystemUtils.cpp Mon Jul 14 12:16:01 2003
@@ -96,7 +96,7 @@
const char *PathStr = getenv("PATH");
if (PathStr == 0) return "";
- // Now we have a colon seperated list of directories to search... try them...
+ // Now we have a colon separated list of directories to search... try them...
unsigned PathLen = strlen(PathStr);
while (PathLen) {
// Find the first colon...
More information about the llvm-commits
mailing list