mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Fix a (comment) typo
svn path=/trunk/; revision=35300
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user