summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-08-14 02:22:24 +0200
committerGitHub <noreply@github.com>2017-08-14 02:22:24 +0200
commit595070c901279738e4f03345cec80aad059babee (patch)
tree7fb8748bcc5a910c7018a50fb21e74dcd4888060 /src
parentMerge pull request #2843 from Subv/applet_slots (diff)
parentFix Spelling/English mistakes (diff)
downloadyuzu-595070c901279738e4f03345cec80aad059babee.tar
yuzu-595070c901279738e4f03345cec80aad059babee.tar.gz
yuzu-595070c901279738e4f03345cec80aad059babee.tar.bz2
yuzu-595070c901279738e4f03345cec80aad059babee.tar.lz
yuzu-595070c901279738e4f03345cec80aad059babee.tar.xz
yuzu-595070c901279738e4f03345cec80aad059babee.tar.zst
yuzu-595070c901279738e4f03345cec80aad059babee.zip
Diffstat (limited to 'src')
-rw-r--r--src/input_common/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/main.h b/src/input_common/main.h
index 140bbd014..e7fb3890e 100644
--- a/src/input_common/main.h
+++ b/src/input_common/main.h
@@ -11,7 +11,7 @@ namespace InputCommon {
/// Initializes and registers all built-in input device factories.
void Init();
-/// Unresisters all build-in input device factories and shut them down.
+/// Deregisters all built-in input device factories and shuts them down.
void Shutdown();
class Keyboard;