summaryrefslogtreecommitdiffstats
path: root/include/lldb/Host/Condition.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/Condition.h')
-rw-r--r--include/lldb/Host/Condition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lldb/Host/Condition.h b/include/lldb/Host/Condition.h
index 2f1858b..7431315c 100644
--- a/include/lldb/Host/Condition.h
+++ b/include/lldb/Host/Condition.h
@@ -25,7 +25,7 @@ class TimeValue;
///
/// A class that wraps up a pthread condition (pthread_cond_t). The
/// class will create a pthread condition when an instance is
-/// constructed, and detroy it when it is destructed. It also provides
+/// constructed, and destroy it when it is destructed. It also provides
/// access to the standard pthread condition calls.
//----------------------------------------------------------------------
class Condition
OpenPOWER on IntegriCloud