summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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