2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

Fix Spelling/English mistakes

This commit is contained in:
Dave Leaver 2017-08-14 09:15:39 +12:00 committed by GitHub
parent d59f503729
commit bf71fc0342

View file

@ -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;