diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 18:13:39 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-03-29 19:16:18 +0100 |
commit | 7d3b9d3333aa1aaa1066863f95e29e506e21ad52 (patch) | |
tree | 41079761a8d9ce0f65015d84bb3e431f5d0d0f0e /solenv | |
parent | 8bb09efc92fe4de373f4ed4759f29108feb8cc3a (diff) |
typo: optimisation -> optimization
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/com_MSC_defs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk index 67d2b6bfb56a..36c14e91e9ef 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -194,7 +194,7 @@ endif ifneq ($(ENABLE_LTO),) # Sigh, but there are cases of C4702 when using link-time code -# generation and optimisation where I couldn't get +# generation and optimization where I couldn't get # __pragma(warning(disable:4702)) to help. Especially, the # ImplInheritanceHelper2() {} in <cppuhelper/implbase2.hxx> # was reported as containing "unreachable code" when linking |