diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/componentmodule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/componentmodule.cxx b/comphelper/source/misc/componentmodule.cxx index 81aa5967bdc9..c43db98d9e19 100644 --- a/comphelper/source/misc/componentmodule.cxx +++ b/comphelper/source/misc/componentmodule.cxx @@ -43,7 +43,7 @@ namespace comphelper //= OModuleImpl - /** implementation for <type>OModule</type>. not threadsafe, has to be guarded by it's owner + /** implementation for <type>OModule</type>. not threadsafe, has to be guarded by its owner */ class OModuleImpl { |