diff options
-rw-r--r-- | lldb/source/Plugins/Process/POSIX/POSIXThread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/POSIXThread.h b/lldb/source/Plugins/Process/POSIX/POSIXThread.h index 251281e19f7..d0c081fcf4f 100644 --- a/lldb/source/Plugins/Process/POSIX/POSIXThread.h +++ b/lldb/source/Plugins/Process/POSIX/POSIXThread.h @@ -24,7 +24,7 @@ class RegisterContextPOSIX; //------------------------------------------------------------------------------ // @class POSIXThread -// @brief Abstraction of a linux process (thread). +// @brief Abstraction of a POSIX thread. class POSIXThread : public lldb_private::Thread { @@ -67,7 +67,7 @@ public: GetRegisterNameFromOffset(unsigned offset); //-------------------------------------------------------------------------- - // These methods form a specialized interface to linux threads. + // These methods form a specialized interface to POSIX threads. // bool Resume(); |