summaryrefslogtreecommitdiffstats
path: root/include/uno/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uno/environment.h')
-rw-r--r--include/uno/environment.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uno/environment.h b/include/uno/environment.h
index b68a0c5041c0..ce09e3ad5b10 100644
--- a/include/uno/environment.h
+++ b/include/uno/environment.h
@@ -36,7 +36,7 @@ struct _typelib_InterfaceTypeDescription;
#pragma pack(push, 8)
#endif
-/** The binary specification of an UNO environment.
+/** The binary specification of a UNO environment.
*/
typedef struct SAL_DLLPUBLIC_RTTI _uno_Environment
{
@@ -128,11 +128,11 @@ typedef void (SAL_CALL * uno_freeProxyFunc)( struct _uno_ExtEnvironment * pEnv,
*/
typedef void * (SAL_CALL * uno_memAlloc)( sal_Size nBytes );
-/** The binary specification of an UNO environment supporting interface registration.
+/** The binary specification of a UNO environment supporting interface registration.
*/
typedef struct SAL_DLLPUBLIC_RTTI _uno_ExtEnvironment
{
- /** inherits all members of an uno_Environment
+ /** inherits all members of a uno_Environment
*/
uno_Environment aBase;