diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:20:59 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-04 10:23:17 +0000 |
commit | ffa8892c5a929ac121fc7b1020d8f6b5b3cf45be (patch) | |
tree | 4633fab92c7f808a932025491e97c5b62509b7f9 /bridges | |
parent | 3dfdd18707019c49723ad98e74f5202a3ae436f7 (diff) |
Fix typos
Change-Id: I75b4ad61785bf0ba1cb07735d938c0977356b8cc
Reviewed-on: https://gerrit.libreoffice.org/16705
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'bridges')
5 files changed, 6 insertions, 6 deletions
diff --git a/bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx b/bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx index 87f6114886ba..09246c8e705f 100644 --- a/bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx +++ b/bridges/inc/bridges/cpp_uno/shared/vtablefactory.hxx @@ -173,7 +173,7 @@ private: given type @param code points to the start of the area where code snippets can be generated - @param writetoexecdiff when the same code area is mmaped twice, once for + @param writetoexecdiff when the same code area is mapped twice, once for writing for code-generation, and once for code-execution, then this records the offset from a writable address to its executable address @param type the interface type description for which to generate vtable diff --git a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h index dfd42ed577d2..2ffa69e70257 100644 --- a/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h +++ b/bridges/source/cpp_uno/gcc3_ios_arm/unwind-cxx.h @@ -177,7 +177,7 @@ struct __cxa_eh_globals extern "C" __cxa_eh_globals *__cxa_get_globals () throw(); extern "C" __cxa_eh_globals *__cxa_get_globals_fast () throw(); -// Allocate memory for the exception plus the thown object. +// Allocate memory for the exception plus the thrown object. extern "C" void *__cxa_allocate_exception(size_t thrown_size) throw(); // Free the space allocated for the exception. diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx index 23a7ce4ad51e..6b26bcdd4d45 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc/uno2cpp.cxx @@ -80,9 +80,9 @@ static void callVirtualMethod( // Note: could require up to 2*nStackLongs words of parameter stack area // if the call has many float parameters (i.e. floats take up only 1 // word on the stack but double takes 2 words in parameter area in the - // stack frame . + // stack frame. - // Update! floats on the outgoing parameter stack only take up 1 word + // Update! Floats on the outgoing parameter stack only take up 1 word // (stfs is used) which is not correct according to the ABI but we // will match what the compiler does until this is figured out diff --git a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx index bcf95af9bc64..d4b7570cbd29 100644 --- a/bridges/source/cpp_uno/msvc_win32_intel/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_intel/except.cxx @@ -443,7 +443,7 @@ type_info * msci_getRTTI( OUString const & rUNOname ) void msci_raiseException( uno_Any * pUnoExc, uno_Mapping * pUno2Cpp ) { // no ctor/dtor in here: this leads to dtors called twice upon RaiseException()! - // thus this obj file will be compiled without opt, so no inling of + // thus this obj file will be compiled without opt, so no inlining of // ExceptionInfos::getRaiseInfo() // construct cpp exception object diff --git a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx index a5ceb6a9a3f7..3ce10653814c 100644 --- a/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx +++ b/bridges/source/cpp_uno/msvc_win32_x86-64/except.cxx @@ -36,7 +36,7 @@ #if 0 /* This information until the corresponding '#endif // 0' is covered - * by ONTL's license, which is said to be the "zlib/libgng license" + * by ONTL's license, which is said to be the "zlib/libpng license" * below, which as far as I see is permissive enough to allow this * information to be included here in this source file. Note that no * actual code from ONTL below gets compiled into the object file. |