summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-05-06 01:16:02 +0200
committerGitHub <noreply@github.com>2021-05-06 01:16:02 +0200
commit0b7a03bd657fa001e1f1ee8887900886b46db013 (patch)
tree3d822ccfce8471d0d939002d49bfdcdad68da421
parentnvdrv: /dev/nvhost-prof-gpu for production (diff)
downloadyuzu-0b7a03bd657fa001e1f1ee8887900886b46db013.tar
yuzu-0b7a03bd657fa001e1f1ee8887900886b46db013.tar.gz
yuzu-0b7a03bd657fa001e1f1ee8887900886b46db013.tar.bz2
yuzu-0b7a03bd657fa001e1f1ee8887900886b46db013.tar.lz
yuzu-0b7a03bd657fa001e1f1ee8887900886b46db013.tar.xz
yuzu-0b7a03bd657fa001e1f1ee8887900886b46db013.tar.zst
yuzu-0b7a03bd657fa001e1f1ee8887900886b46db013.zip
-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) {
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;
}