diff options
-rw-r--r-- | sc/source/core/tool/arraysum.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/arraysum.hxx b/sc/source/core/tool/arraysum.hxx index 5d227bd85a48..7a133bbd555f 100644 --- a/sc/source/core/tool/arraysum.hxx +++ b/sc/source/core/tool/arraysum.hxx @@ -14,7 +14,7 @@ namespace sc::op { -// Code must not be shared between different CPU instrinsics flags (e.g. in debug mode the compiler would not +// Code must not be shared between different CPU intrinsics flags (e.g. in debug mode the compiler would not // inline them, and merge the copies, keeping only the one with the most demanding CPU set that's not available otherwise). // Put everything in a different namespace and additionally try to force inlining. namespace LO_ARRAYSUM_SPACE |