ccc/Driver: Normalize phase spelling in -ccc-print-phases.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66912 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/Phases.cpp b/lib/Driver/Phases.cpp
index 71f88ee..df4cdee 100644
--- a/lib/Driver/Phases.cpp
+++ b/lib/Driver/Phases.cpp
@@ -15,7 +15,7 @@
 
 const char *phases::getPhaseName(ID Id) {
   switch (Id) {
-  case Preprocess: return "preprocesser";
+  case Preprocess: return "preprocessor";
   case Precompile: return "precompiler";
   case Compile: return "compiler";
   case Assemble: return "assembler";