[Libreoffice-commits] core.git: compilerplugins/Makefile-clang.mk

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 17 03:08:53 UTC 2020


 compilerplugins/Makefile-clang.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4caa7b790cf99eebbe47fc2e6a56124c42f1f3fc
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 14 22:34:33 2020 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon Feb 17 04:08:22 2020 +0100

    Fix typo
    
    Change-Id: I9ec38d517d176ecd8dad074f3d96769f85eec311
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88745
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/compilerplugins/Makefile-clang.mk b/compilerplugins/Makefile-clang.mk
index 266919cf02b8..65cfa67cb1ec 100644
--- a/compilerplugins/Makefile-clang.mk
+++ b/compilerplugins/Makefile-clang.mk
@@ -103,7 +103,7 @@ else
 CLANGWERROR := -Werror
 # When COMPILER_PLUGINS_CXXFLAGS (obtained via `llvm-config --cxxflags`) contains options like
 # -Wno-maybe-uninitialized that are targeting GCC (when LLVM was actually built with GCC), and
-# COMPILER_PLUGINS_CXX (defaulting to CXX) deonotes a Clang that does not understand those options,
+# COMPILER_PLUGINS_CXX (defaulting to CXX) denotes a Clang that does not understand those options,
 # it fails with -Werror,-Wunknown-warning-option, so we need -Wno-unknown-warning-option (but which
 # GCC does not understand) at least with -Werror:
 ifeq ($(COMPILER_PLUGINS_COM_IS_CLANG),TRUE)


More information about the Libreoffice-commits mailing list