bridges/source/cpp_uno/gcc3_linux_riscv64/abi.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e07e5e76f43a1ababb8ccdd1596473b95c71be32
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jun 18 23:04:37 2024 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Jun 19 08:29:26 2024 +0200

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

diff --git a/bridges/source/cpp_uno/gcc3_linux_riscv64/abi.cxx 
b/bridges/source/cpp_uno/gcc3_linux_riscv64/abi.cxx
index 98c8afa2c028..f718249de1e7 100644
--- a/bridges/source/cpp_uno/gcc3_linux_riscv64/abi.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_riscv64/abi.cxx
@@ -123,8 +123,8 @@ ReturnKind getReturnKind(const typelib_TypeDescription* 
pTypeDescr)
     integer take 16 bytes rather than 12 bytes.
 
     There is also another complex problem. e.g. Two 4 byte integer is compacted
-    in a0, but two 4 byte float is seperately set in fa0 and fa1. However, 
return
-    size is 8 bytes. We need to cut the lower 32bit of fa0 and fa1 seperately 
and
+    in a0, but two 4 byte float is separately set in fa0 and fa1. However, 
return
+    size is 8 bytes. We need to cut the lower 32bit of fa0 and fa1 separately 
and
     combine them in 8 bytes.
 */
 void fillUNOStruct(const typelib_TypeDescription* pTypeDescr, sal_Int64* gret, 
double* fret,

Reply via email to