mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Fix a (comment) typo
svn path=/trunk/; revision=35300
This commit is contained in:
parent
f93e329c60
commit
17beba5f93
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue