- Fix a (comment) typo

svn path=/trunk/; revision=35305
This commit is contained in:
Stefan Ginsberg 2008-08-13 14:30:35 +00:00
parent 57debf9c5c
commit 985409eda4

View file

@ -858,7 +858,7 @@ KeInitializeThread(IN PKPROCESS Process,
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,