hle: kernel: KClientPort: Cleanup comment format.

This commit is contained in:
bunnei 2021-05-10 15:41:46 -07:00
parent 7a06037c5f
commit 75f23ad494
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ ResultCode KClientPort::CreateSession(KClientSession** out) {
// Create a new session.
KSession* session = KSession::Create(kernel);
if (session == nullptr) {
/* Decrement the session count. */
// Decrement the session count.
const auto prev = num_sessions--;
if (prev == max_sessions) {
this->NotifyAvailable();