remove extraneous .


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64706 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index d0b3daf..a2578a4 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -218,7 +218,7 @@
 
 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));
 
 //===----------------------------------------------------------------------===//