The word `separate' only has one `e'.
[oota-llvm.git] / tools / bugpoint / Miscompilation.cpp
index 3d96a7cdfd66fd64a858a38cd71f4b412cf032e3..333eb13244eff00da726bde99a74c5adb6c76fe7 100644 (file)
@@ -61,7 +61,7 @@ ReduceMiscompilingPasses::doTest(std::vector<const PassInfo*> &Prefix,
   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: ";