summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-09-19 13:10:35 +0200
committerMichael Stahl <mstahl@redhat.com>2017-09-19 13:11:08 +0200
commit9252122554d1510275029c5025ee480ec55caaf3 (patch)
tree2d53a813fa26dd39f963bc7b03edcd01ecc2328b
parentf83b97f7ae5597462c3b22fc273ca477b2e6fa35 (diff)
it's spelled "facade"
Change-Id: I5533a870f44bd12206e3627fe0469f37f4e02436
-rw-r--r--include/comphelper/solarmutex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/solarmutex.hxx b/include/comphelper/solarmutex.hxx
index 27c0a81d1a4e..e00f51dd728a 100644
--- a/include/comphelper/solarmutex.hxx
+++ b/include/comphelper/solarmutex.hxx
@@ -84,7 +84,7 @@ inline sal_uInt32 SolarMutex::release( bool bUnlockAll )
* Treat this as a singleton, as its constructor calls
* setSolarMutex( this )!
*
- * Kept separated from SolarMutex, so others can implement cascades.
+ * Kept separated from SolarMutex, so others can implement facades.
*/
class COMPHELPER_DLLPUBLIC GenericSolarMutex
: public SolarMutex