summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-12 13:21:10 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-01-12 18:12:36 +0100
commitdd7f4f02a547d0437b65adf6966fb7a9520b9dd0 (patch)
tree6c841f07603c85116b93c9a8595830ca74cf8a8c
parent1240ceacfcf04cb909d00118f927e079c210a32e (diff)
Fix typos
Change-Id: I47fc636e0b69b72fb6ca247f9e0cbabbddb3985e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128321 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--solenv/gbuild/platform/unxgcc.mk2
-rw-r--r--solenv/gbuild/static.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/gbuild/platform/unxgcc.mk b/solenv/gbuild/platform/unxgcc.mk
index b3efff76f892..e24aaa4e1fe6 100644
--- a/solenv/gbuild/platform/unxgcc.mk
+++ b/solenv/gbuild/platform/unxgcc.mk
@@ -115,7 +115,7 @@ $(if $(strip $(and \
)),$(true))
endef
-# In theory would would need to track, if any of the linked objects is C++ code, so for the static build we assume yes :-(
+# In theory would need to track, if any of the linked objects is C++ code, so for the static build we assume yes :-(
gb_LinkTarget__NeedsCxxLinker = $(if $(CXXOBJECTS)$(GENCXXOBJECTS)$(EXTRAOBJECTLISTS)$(filter-out XTRUE,X$(ENABLE_RUNTIME_OPTIMIZATIONS)$(DISABLE_DYNLOADING)),$(true))
# note that `cat $(extraobjectlist)` is needed to build with older gcc versions, e.g. 4.1.2 on SLED10
diff --git a/solenv/gbuild/static.mk b/solenv/gbuild/static.mk
index 346a18991134..a32060ca3c58 100644
--- a/solenv/gbuild/static.mk
+++ b/solenv/gbuild/static.mk
@@ -16,7 +16,7 @@
#
# "Generic" comment from the author:
# My thought was: the dependency info is already there. Can't be too hard to use it for
-# correct static linkage... well it took more then two weeks to hopefully identify all
+# correct static linkage... well it took more than two weeks to hopefully identify all
# problems / edge cases. Now I can appreciate the usage bin/lo-all-static-libs even more.
#
# This code moved a few times to the various gbuild / make phases: Makefile / module