From ac6e8ac7e407887a18bca6c835f85e372a4d0932 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 6 Feb 2014 23:21:40 +0100 Subject: typo fixes in comments Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc --- cppu/source/typelib/static_types.cxx | 8 ++++---- cppu/source/typelib/typelib.cxx | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'cppu') diff --git a/cppu/source/typelib/static_types.cxx b/cppu/source/typelib/static_types.cxx index fb146038ea91..c53d21a90cf6 100644 --- a/cppu/source/typelib/static_types.cxx +++ b/cppu/source/typelib/static_types.cxx @@ -63,10 +63,10 @@ void SAL_CALL typelib_typedescriptionreference_getByName( #endif /** - * The double member determin the alignment. - * Under Os2 and MS-Windows the Alignment is min( 8, sizeof( type ) ). - * The aligment of a strukture is min( 8, sizeof( max basic type ) ), the greatest basic type - * determine the aligment. + * The double member determines the alignment. + * Under OS2 and MS-Windows the Alignment is min( 8, sizeof( type ) ). + * The alignment of a structure is min( 8, sizeof( max basic type ) ), the greatest basic type + * determines the alignment. */ struct AlignSize_Impl { diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index 4afb43821e45..1520bfa63ae4 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -55,10 +55,10 @@ using ::rtl::OString; #endif /** - * The double member determin the alignment. - * Under Os2 and MS-Windows the Alignment is min( 8, sizeof( type ) ). - * The aligment of a strukture is min( 8, sizeof( max basic type ) ), the greatest basic type - * determine the aligment. + * The double member determines the alignment. + * Under OS2 and MS-Windows the Alignment is min( 8, sizeof( type ) ). + * The alignment of a structure is min( 8, sizeof( max basic type ) ), the greatest basic type + * determines the alignment. */ struct AlignSize_Impl { @@ -89,7 +89,7 @@ static inline sal_Int32 adjustAlignment( sal_Int32 nRequestedAlignment ) } /** - * Calculate the new size of the struktur. + * Calculate the new size of the structure. */ static inline sal_Int32 newAlignedSize( sal_Int32 OldSize, sal_Int32 ElementSize, sal_Int32 NeededAlignment ) -- cgit