diff options
author | Dave Leaver <danzel@localhost.geek.nz> | 2017-08-13 23:15:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-13 23:15:39 +0200 |
commit | bf71fc03422fd783fe0f841c93638d4e3d0e70ea (patch) | |
tree | 7fb8748bcc5a910c7018a50fb21e74dcd4888060 /src | |
parent | Merge pull request #2843 from Subv/applet_slots (diff) | |
download | yuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.tar yuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.tar.gz yuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.tar.bz2 yuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.tar.lz yuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.tar.xz yuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.tar.zst yuzu-bf71fc03422fd783fe0f841c93638d4e3d0e70ea.zip |
Diffstat (limited to '')
-rw-r--r-- | src/input_common/main.h | 2 |
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; |