From 2957be02c5c4847046b9d192c7a76717c8849559 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 2 Oct 2015 10:52:20 +0200 Subject: Fix typos Change-Id: I776c517ba87838c0c3391f79010a30fa7fe2abd3 Reviewed-on: https://gerrit.libreoffice.org/18939 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- bridges/source/cpp_uno/gcc3_linux_m68k/cpp2uno.cxx | 2 +- bridges/source/cpp_uno/gcc3_linux_mips/uno2cpp.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bridges') 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" -- cgit