From a7ee181aaa8a79b1fece474c733c4f571f0d4ef2 Mon Sep 17 00:00:00 2001 From: Pierre Gousseau Date: Thu, 24 Jan 2019 11:44:24 +0000 Subject: [PATCH] Test commit: fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352042 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/SanitizerArgs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Driver/SanitizerArgs.cpp b/lib/Driver/SanitizerArgs.cpp index 13bf1be817..0112416a88 100644 --- a/lib/Driver/SanitizerArgs.cpp +++ b/lib/Driver/SanitizerArgs.cpp @@ -251,7 +251,7 @@ SanitizerArgs::SanitizerArgs(const ToolChain &TC, if (RemoveObjectSizeAtO0) { AllRemove |= SanitizerKind::ObjectSize; - // The user explicitly enabled the object size sanitizer. Warn that + // The user explicitly enabled the object size sanitizer. Warn // that this does nothing at -O0. if (Add & SanitizerKind::ObjectSize) D.Diag(diag::warn_drv_object_size_disabled_O0) -- 2.50.1