From 5ea9d1bb0b178e8c43cdf537cd29f33a3b9f583e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Feb 2009 00:30:31 +0000 Subject: [PATCH] remove extraneous . git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64706 91177308-0d34-0410-b5e6-96231b3b80d8 --- Driver/clang.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 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)); //===----------------------------------------------------------------------===// -- 2.50.1