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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cppu/source/typelib/static_types.cxx') 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 { -- cgit v1.2.3