From 0b7a03bd657fa001e1f1ee8887900886b46db013 Mon Sep 17 00:00:00 2001 From: bunnei Date: Wed, 5 May 2021 16:16:02 -0700 Subject: [PATCH] Update src/core/hle/service/nvdrv/interface.cpp Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com> --- src/core/hle/service/nvdrv/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/nvdrv/interface.cpp b/src/core/hle/service/nvdrv/interface.cpp index 6d1fef382f..eff9c3cc93 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(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; }