summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2018-11-07 02:04:43 +0100
committerDavid Marcec <dmarcecguzman@gmail.com>2018-11-07 02:04:43 +0100
commitad45d688714f53fbceb83bad1e00a6d55f473b00 (patch)
treef332f05578894dd54a9b60c58f1f0f9b6b6e04e9 /src/core/hle/service/acc
parentAdded missing log (diff)
downloadyuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.tar
yuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.tar.gz
yuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.tar.bz2
yuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.tar.lz
yuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.tar.xz
yuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.tar.zst
yuzu-ad45d688714f53fbceb83bad1e00a6d55f473b00.zip
Diffstat (limited to 'src/core/hle/service/acc')
-rw-r--r--src/core/hle/service/acc/acc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/acc/acc.cpp b/src/core/hle/service/acc/acc.cpp
index 18c68e69a..8318eff5f 100644
--- a/src/core/hle/service/acc/acc.cpp
+++ b/src/core/hle/service/acc/acc.cpp
@@ -244,7 +244,7 @@ void Module::Interface::GetBaasAccountManagerForApplication(Kernel::HLERequestCo
void Module::Interface::TrySelectUserWithoutInteraction(Kernel::HLERequestContext& ctx) {
LOG_DEBUG(Service_ACC, "called");
- // A u8 is passed into this function which we can safely ignore. It's to determain if we have
+ // A u8 is passed into this function which we can safely ignore. It's to determine if we have
// access to use the network or not by the looks of it
IPC::ResponseBuilder rb{ctx, 6};
if (profile_manager->GetUserCount() != 1) {