diff options
Diffstat (limited to 'Driver/clang.cpp')
-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 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)); //===----------------------------------------------------------------------===// |