[Libreoffice-commits] core.git: solenv/gbuild

Caolán McNamara caolanm at redhat.com
Tue Dec 20 12:29:39 UTC 2016


 solenv/gbuild/platform/unxgcc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7c2eb64205ff2232f0b1860fc434627f2aa3d651
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Dec 20 12:29:00 2016 +0000

    sanitze->sanitize
    
    Change-Id: I1b94438e43df6f1f8f7774d9e86f415785e60284

diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index b3ec5f5..b1604c1 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -114,7 +114,7 @@ gb_LinkTarget_CXXFLAGS := $(gb_CXXFLAGS)
 # note that `cat $(extraobjectlist)` is needed to build with older gcc versions, e.g. 4.1.2 on SLED10
 # we want to use @$(extraobjectlist) in the long run
 # link with C compiler if there are no C++ files (pyuno_wrapper depends on this)
-# But always link with C++ compiler e.g. under -fsanitze=undefined, as sal uses
+# But always link with C++ compiler e.g. under -fsanitize=undefined, as sal uses
 # __ubsan_handle_dynamic_type_cache_miss_abort and __ubsan_vptr_type_cache from
 # libclang_rt.ubsan_cxx-x86_64.a, and oosplash links against sal but itself only
 # contains .c sources:


More information about the Libreoffice-commits mailing list