From 710dd5aebf64c790a03f2e6f0cc4438e8a00fbd4 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Sat, 8 Jan 2011 20:28:42 +0000 Subject: Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. Thanks Bruce! llvm-svn: 123083 --- lldb/source/Host/common/Mutex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Host/common/Mutex.cpp') 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). //---------------------------------------------------------------------- -- cgit v1.2.3