Explorar o código

Update src/core/hle/service/nvdrv/interface.cpp

Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
bunnei %!s(int64=5) %!d(string=hai) anos
pai
achega
0b7a03bd65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/nvdrv/interface.cpp

+ 1 - 1
src/core/hle/service/nvdrv/interface.cpp

@@ -40,7 +40,7 @@ void NVDRV::Open(Kernel::HLERequestContext& ctx) {
         rb.Push<DeviceFD>(0);
         rb.PushEnum(NvResult::NotSupported);
 
-        LOG_WARNING(Service_NVDRV, "/dev/nvhost-prof-gpu cannot be openned on production");
+        LOG_WARNING(Service_NVDRV, "/dev/nvhost-prof-gpu cannot be opened in production");
         return;
     }