diff options
author | Chris Lattner <sabre@nondot.org> | 2008-03-09 05:25:01 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-03-09 05:25:01 +0000 |
commit | f3dabbdc9e8304e20ece3758af3d86e49bee2262 (patch) | |
tree | 69007e314d5a3128a999aae09ecaf5a63004e494 | |
parent | 89413fe2e82c83640cf235c42e14c6e0d3eb3c18 (diff) |
Fix a ted-o
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48089 91177308-0d34-0410-b5e6-96231b3b80d8
-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", |