diff options
-rw-r--r-- | Driver/clang.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp index 15cbcae516..896479aa5d 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp @@ -123,7 +123,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore, clEnumValN(CheckerCFRef, "check-cfref", "Run the Core Foundation reference count checker."), clEnumValN(TestSerialization, "test-pickling", - "Run prototype serializtion code."), + "Run prototype serialization code."), clEnumValN(EmitLLVM, "emit-llvm", "Build ASTs then convert to LLVM, emit .ll file"), clEnumValN(EmitBC, "emit-llvm-bc", |