Author: fireball
Date: Mon Dec 14 23:20:10 2015
New Revision: 70348

URL: http://svn.reactos.org/svn/reactos?rev=70348&view=rev
Log:
[NTOS]
- Fix copypasta in the comments

Modified:
    trunk/reactos/ntoskrnl/ps/thread.c

Modified: trunk/reactos/ntoskrnl/ps/thread.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ps/thread.c?rev=70348&r1=70347&r2=70348&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ps/thread.c  [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ps/thread.c  [iso-8859-1] Mon Dec 14 23:20:10 2015
@@ -654,10 +654,10 @@
     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 */


Reply via email to