- Fix a (comment) typo

svn path=/trunk/; revision=35300
This commit is contained in:
Stefan Ginsberg 2008-08-13 08:02:52 +00:00
parent f93e329c60
commit 17beba5f93

View file

@ -155,7 +155,7 @@ PspSystemThreadStartup(IN PKSTART_ROUTINE StartRoutine,
{
if (!(Thread->Terminated) && !(Thread->DeadThread))
{
/* Call it the Start Routine */
/* Call the Start Routine */
StartRoutine(StartContext);
}
}