summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips64/cpp2uno.cxx2
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx2
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