sc/source/core/tool/arraysum.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a4636e01b0ea18e7f8d2acd72670f503f0ce3f23
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Feb 1 15:22:41 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Feb 2 10:40:16 2022 +0100

    Fix typo
    
    Change-Id: I185a577c2614b6f1847a33136b2696d624167343
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129316
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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

Reply via email to