diff options
Diffstat (limited to 'include/lldb/Host/ProcessRunLock.h')
| -rw-r--r-- | include/lldb/Host/ProcessRunLock.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lldb/Host/ProcessRunLock.h b/include/lldb/Host/ProcessRunLock.h index 7044fdbd9ef92..6f39eea716e88 100644 --- a/include/lldb/Host/ProcessRunLock.h +++ b/include/lldb/Host/ProcessRunLock.h @@ -26,9 +26,9 @@ namespace lldb_private { //---------------------------------------------------------------------- /// @class ProcessRunLock ProcessRunLock.h "lldb/Host/ProcessRunLock.h" -/// @brief A class used to prevent the process from starting while other -/// threads are accessing its data, and prevent access to its data while -/// it is running. +/// A class used to prevent the process from starting while other +/// threads are accessing its data, and prevent access to its data while it is +/// running. //---------------------------------------------------------------------- class ProcessRunLock { |
