aboutsummaryrefslogtreecommitdiff
path: root/Driver/clang.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-02-17 00:30:31 +0000
committerChris Lattner <sabre@nondot.org>2009-02-17 00:30:31 +0000
commit5ea9d1bb0b178e8c43cdf537cd29f33a3b9f583e (patch)
tree434c6296c160a8b324994b1abf03e7c18797678c /Driver/clang.cpp
parentc5bcee4dce79458c4f490490c71619e06cbde357 (diff)
remove extraneous .
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r--Driver/clang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index d0b3dafb31..a2578a4f79 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -218,7 +218,7 @@ Freestanding("ffreestanding",
static llvm::cl::opt<bool>
MathErrno("fmath-errno",
- llvm::cl::desc("Require math functions to respect errno."),
+ llvm::cl::desc("Require math functions to respect errno"),
llvm::cl::init(true));
//===----------------------------------------------------------------------===//