summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-20 12:29:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-20 12:29:00 +0000
commit7c2eb64205ff2232f0b1860fc434627f2aa3d651 (patch)
treea5c66f97bfa34df65a0a9f8ae027ec3cbb084357 /solenv
parentfdefa97e0c0a97fc23bcc28e9d734f22dcac2c7d (diff)
sanitze->sanitize
Change-Id: I1b94438e43df6f1f8f7774d9e86f415785e60284
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/unxgcc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index b3ec5f54fa22..b1604c1309b4 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: