mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
[NTOS]
- Fix copypasta in the comments svn path=/trunk/; revision=70348
This commit is contained in:
@@ -654,10 +654,10 @@ PsLookupThreadByThreadId(IN HANDLE ThreadId,
|
||||
CidEntry = ExMapHandleToPointer(PspCidTable, ThreadId);
|
||||
if (CidEntry)
|
||||
{
|
||||
/* Get the Process */
|
||||
/* Get the Thread */
|
||||
FoundThread = CidEntry->Object;
|
||||
|
||||
/* Make sure it's really a process */
|
||||
/* Make sure it's really a thread */
|
||||
if (FoundThread->Tcb.Header.Type == ThreadObject)
|
||||
{
|
||||
/* Safe Reference and return it */
|
||||
|
||||
Reference in New Issue
Block a user