diff options
| author | Ed Maste <emaste@freebsd.org> | 2013-06-25 14:29:15 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@freebsd.org> | 2013-06-25 14:29:15 +0000 |
| commit | d66d3ec0363fbb7fa9673d886b9b25176b4a3dee (patch) | |
| tree | 47db2c61732fc058dbf65d18b20d489df243a247 /lldb/source/Plugins/Process/POSIX | |
| parent | c3332bc8c3b1369e7168aa9538a54eb481e1e2db (diff) | |
| download | bcm5719-llvm-d66d3ec0363fbb7fa9673d886b9b25176b4a3dee.tar.gz bcm5719-llvm-d66d3ec0363fbb7fa9673d886b9b25176b4a3dee.zip | |
Update comment after Linux->POSIX rename
llvm-svn: 184850
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX')
| -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(); |

