diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-15 09:09:57 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-16 12:40:51 +0100 |
commit | 624f84c07ee798f6bbf4381c26262d5d2774a1ed (patch) | |
tree | a3a0334dbfda10f89c563344976cea321652f238 /bridges/source | |
parent | 66a192ee63db9adc1d6df66a5e7996d5af5d5284 (diff) |
Fix typos
Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a
Reviewed-on: https://gerrit.libreoffice.org/47855
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx | 2 | ||||
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx index 7282208dddb9..ebde9821eab2 100644 --- a/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx @@ -111,7 +111,7 @@ namespace { /* Most MIPS ABIs view the arguments as a struct, of which the first N words go in registers and the rest go on the stack. If I < N, the - Ith word might go in Ith integer argument register or the Ith + With word might go in With integer argument register or the With floating-point one. For these ABIs, we only need to remember the number of words passed so far. We are interested only in n64 ABI,so it is the case. diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx index 8cb99c3831ea..2f1a87c961f9 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx @@ -48,7 +48,7 @@ static typelib_TypeClass cpp2uno_call( { int ng = 0; //number of gpr registers used #ifndef __NO_FPRS__ - int nf = 0; //number of fpr regsiters used + int nf = 0; //number of fpr registers used #endif void ** pCppStack; //temporary stack pointer |