forked from OSchip/llvm-project
Update comment after Linux->POSIX rename
llvm-svn: 184850
This commit is contained in:
parent
c3332bc8c3
commit
d66d3ec036
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue