mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 16:14:25 -04:00
kern: fix some comment typos
This commit is contained in:
parent
afc0e14556
commit
872c18c501
3 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ namespace ams::kern {
|
|||
}
|
||||
}
|
||||
|
||||
/* Wait for all children threads to terminate.*/
|
||||
/* Wait for all children threads to terminate. */
|
||||
while (true) {
|
||||
/* Get the next child. */
|
||||
KThread *cur_child = nullptr;
|
||||
|
@ -467,7 +467,7 @@ namespace ams::kern {
|
|||
void KProcess::Exit() {
|
||||
MESOSPHERE_ASSERT_THIS();
|
||||
|
||||
/* Determine whether we need to start terminating */
|
||||
/* Determine whether we need to start terminating. */
|
||||
bool needs_terminate = false;
|
||||
{
|
||||
KScopedLightLock lk(m_state_lock);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue