summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/interface.cpp b/src/core/hle/service/nvdrv/interface.cpp
index 6d1fef382..eff9c3cc9 100644
--- a/src/core/hle/service/nvdrv/interface.cpp
+++ b/src/core/hle/service/nvdrv/interface.cpp
@@ -40,7 +40,7 @@ void NVDRV::Open(Kernel::HLERequestContext& ctx) {
40 rb.Push<DeviceFD>(0); 40 rb.Push<DeviceFD>(0);
41 rb.PushEnum(NvResult::NotSupported); 41 rb.PushEnum(NvResult::NotSupported);
42 42
43 LOG_WARNING(Service_NVDRV, "/dev/nvhost-prof-gpu cannot be openned on production"); 43 LOG_WARNING(Service_NVDRV, "/dev/nvhost-prof-gpu cannot be opened in production");
44 return; 44 return;
45 } 45 }
46 46