From 985409eda4b3484719ac52f71584c9dfc9ed861e Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Wed, 13 Aug 2008 14:30:35 +0000 Subject: [PATCH] - Fix a (comment) typo svn path=/trunk/; revision=35305 --- reactos/ntoskrnl/ke/thrdobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ke/thrdobj.c b/reactos/ntoskrnl/ke/thrdobj.c index 0651740fbd5..09915390b85 100644 --- a/reactos/ntoskrnl/ke/thrdobj.c +++ b/reactos/ntoskrnl/ke/thrdobj.c @@ -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,