Author: sginsberg Date: Wed Aug 13 09:30:35 2008 New Revision: 35305
URL: http://svn.reactos.org/svn/reactos?rev=35305&view=rev Log: - Fix a (comment) typo
Modified: trunk/reactos/ntoskrnl/ke/thrdobj.c
Modified: trunk/reactos/ntoskrnl/ke/thrdobj.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/thrdobj.c?rev=3... ============================================================================== --- trunk/reactos/ntoskrnl/ke/thrdobj.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/ke/thrdobj.c [iso-8859-1] Wed Aug 13 09:30:35 2008 @@ -858,7 +858,7 @@ IN PVOID Teb, IN PVOID KernelStack) { - /* Initailize and start the thread on success */ + /* Initialize and start the thread on success */ if (NT_SUCCESS(KeInitThread(Thread, KernelStack, SystemRoutine,