]> granicus.if.org Git - clang/commitdiff
Fix a ted-o
authorChris Lattner <sabre@nondot.org>
Sun, 9 Mar 2008 05:25:01 +0000 (05:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 9 Mar 2008 05:25:01 +0000 (05:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48089 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/clang.cpp

index 15cbcae516f3e46d7e27e79e60fbe356de0ac755..896479aa5db25dde0ba35fd821cd2fbcf7b84116 100644 (file)
@@ -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",