From: Pierre Gousseau Date: Thu, 24 Jan 2019 11:44:24 +0000 (+0000) Subject: Test commit: fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7ee181aaa8a79b1fece474c733c4f571f0d4ef2;p=clang Test commit: fix typo. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352042 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)