diff options
-rw-r--r-- | sc/CppunitTest_sc_ucalc_formula2.mk | 2 | ||||
-rw-r--r-- | sc/CppunitTest_sc_ucalc_nanpayload.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/CppunitTest_sc_ucalc_formula2.mk b/sc/CppunitTest_sc_ucalc_formula2.mk index 49dbc610c566..13cb515d5bc7 100644 --- a/sc/CppunitTest_sc_ucalc_formula2.mk +++ b/sc/CppunitTest_sc_ucalc_formula2.mk @@ -11,7 +11,7 @@ $(eval $(call sc_ucalc_test,_formula2)) -# some testes related to NaN payload may fail on some arch(e.g. riscv64) +# some tests related to NaN payload may fail on some arch(e.g. riscv64) # that does not support part of IEEE 754 voluntary standards ifeq ($(DISABLE_NAN_TESTS),TRUE) $(eval $(call gb_CppunitTest_add_defs,sc_ucalc_formula2,\ diff --git a/sc/CppunitTest_sc_ucalc_nanpayload.mk b/sc/CppunitTest_sc_ucalc_nanpayload.mk index be93fe9f118c..bc69ffe05d19 100644 --- a/sc/CppunitTest_sc_ucalc_nanpayload.mk +++ b/sc/CppunitTest_sc_ucalc_nanpayload.mk @@ -11,7 +11,7 @@ $(eval $(call sc_ucalc_test,_nanpayload)) -# some testes related to NaN payload may fail on some arch(e.g. riscv64) +# some tests related to NaN payload may fail on some arch(e.g. riscv64) # that does not support part of IEEE 754 voluntary standards ifeq ($(DISABLE_NAN_TESTS),TRUE) $(eval $(call gb_CppunitTest_add_defs,sc_ucalc_nanpayload,\ |