diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-18 14:39:29 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-18 17:21:40 +0200 |
commit | 935a2fa0f7ee5dbe6402e0d202a581c05a7b01a2 (patch) | |
tree | c730c2b7c91fc5bbbe9ae94c7880088dd1a0100b /bridges | |
parent | 5f367bb7e66ca1f86557ee6770f9c50e298dba69 (diff) |
Fix typos
It passed "make check" on Linux
Change-Id: Ibda74a6c5bd50bac7af3b3af1f294817c3e406cc
Reviewed-on: https://gerrit.libreoffice.org/77667
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx index 477879f2f2a0..a07365a5943e 100644 --- a/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_aarch64/abi.cxx @@ -198,7 +198,7 @@ StructKind getStructKind(typelib_CompoundTypeDescription const * type) { case STRUCT_KIND_EMPTY: // this means an empty sub-object, which nevertheless obtains a byte // of storage (TODO: does it?), so the full object cannot be a - // homogenous collection of float or double + // homogeneous collection of float or double case STRUCT_KIND_POD: assert(k != STRUCT_KIND_DTOR); k = STRUCT_KIND_POD; |