diff options
Diffstat (limited to 'lldb/source/Host/common/Mutex.cpp')
-rw-r--r-- | lldb/source/Host/common/Mutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/Mutex.cpp b/lldb/source/Host/common/Mutex.cpp index e038102e98c..8d617b6fc02 100644 --- a/lldb/source/Host/common/Mutex.cpp +++ b/lldb/source/Host/common/Mutex.cpp @@ -72,7 +72,7 @@ Mutex::Locker::Locker (pthread_mutex_t *mutex_ptr) : } //---------------------------------------------------------------------- -// Desstructor +// Destructor // // Unlocks any owned mutex object (if it is valid). //---------------------------------------------------------------------- |