Explorar o código

hle: kernel: KClientPort: Cleanup comment format.

bunnei %!s(int64=5) %!d(string=hai) anos
pai
achega
75f23ad494
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/kernel/k_client_port.cpp

+ 1 - 1
src/core/hle/kernel/k_client_port.cpp

@@ -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();