summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-10-02 10:52:20 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-10-02 08:54:51 +0000
commit2957be02c5c4847046b9d192c7a76717c8849559 (patch)
treec46be85eb3a51dbbce048227282ca748ddf77676 /bridges
parent34ab9e2e1790f053910a71cf7b8a7e2f054ddd34 (diff)
Fix typos
Change-Id: I776c517ba87838c0c3391f79010a30fa7fe2abd3 Reviewed-on: https://gerrit.libreoffice.org/18939 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx2
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx
index d961a386e5a8..824993d88d9f 100644
--- a/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx
@@ -425,7 +425,7 @@ namespace
{
const int codeSnippetSize = 20;
- //some m68k info : http://www2.biglobe.ne.jp/~inaba/trampolines.html
+ //some m68k info: http://www2.biglobe.ne.jp/~inaba/trampolines.html
unsigned char *codeSnippet(unsigned char* code, sal_Int32 functionIndex,
sal_Int32 vtableOffset)
diff --git a/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
index ffcf083dcfe6..8d904658775f 100644
--- a/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx
@@ -78,7 +78,7 @@ namespace
/* p = sp - 512; new sp will be p - 16, but we don't change sp
* at this time to avoid breaking ABI--not sure whether changing sp will break
- * references to local variables. For the same reason, we use abosulte value.
+ * references to local variables. For the same reason, we use absolute value.
*/
__asm__ __volatile__ (
"addiu $2,$29,-512\n\t"