diff options
Diffstat (limited to 'include/cppuhelper/implbase.hxx')
-rw-r--r-- | include/cppuhelper/implbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/implbase.hxx b/include/cppuhelper/implbase.hxx index 02bfb4ce7eef..95c2b0fc74f6 100644 --- a/include/cppuhelper/implbase.hxx +++ b/include/cppuhelper/implbase.hxx @@ -40,7 +40,7 @@ // is unlikely ever be a better choice than WeakImplHelper, so all their // existing uses are probably confused and should use WeakImplHelper instead. // -// Replacements for WeakAggImplHelperN and AggImplInheritanceHelper1 have +// Replacements for WeakAggImplHelperN and AggImplInheritanceHelperN have // deliberately been left out, as the underlying aggregation mechanism is known // broken in general and should not be used. |