diff options
Diffstat (limited to 'salhelper')
-rw-r--r-- | salhelper/inc/salhelper/simplereferenceobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salhelper/inc/salhelper/simplereferenceobject.hxx b/salhelper/inc/salhelper/simplereferenceobject.hxx index c5ef6dbbd070..43ca44033d3b 100644 --- a/salhelper/inc/salhelper/simplereferenceobject.hxx +++ b/salhelper/inc/salhelper/simplereferenceobject.hxx @@ -77,7 +77,7 @@ public: /** @ATTENTION The results are undefined if, for any individual instance of SimpleReferenceObject, the total number of calls to acquire() exceeds - the total number of calls to release() by a plattform dependent amount + the total number of calls to release() by a platform dependent amount (which, hopefully, is quite large). */ inline void acquire() SAL_THROW(()) |