diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-12 17:05:25 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-12 20:44:39 +0100 |
commit | 69b46d7a3b7cd1f0f398ec18583a7383deef25d8 (patch) | |
tree | 5b115527a5e5414c7c6532b75e5b345d900a98c9 /bridges | |
parent | 4bb28ad217ea9d6511b6921dcd3d28328edcb4d6 (diff) |
Fix typos
Change-Id: Ibb94b2b16afbcca84dd55ae51fde6fd27afede3a
Reviewed-on: https://gerrit.libreoffice.org/63297
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx index 2f1a87c961f9..521dccd6dae1 100644 --- a/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx @@ -631,7 +631,7 @@ unsigned char * codeSnippet( unsigned char * code, sal_Int32 functionIndex, sal // #now load up the pointer to the saved fpr registers // addi r6,r1,-2016 - // if no dedicated floating point registers are used than we have NULL + // if no dedicated floating point registers are used then we have NULL // pointer there // li r6, 0 |