mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +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))
|
if (!(Thread->Terminated) && !(Thread->DeadThread))
|
||||||
{
|
{
|
||||||
/* Call it the Start Routine */
|
/* Call the Start Routine */
|
||||||
StartRoutine(StartContext);
|
StartRoutine(StartContext);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue