From 072a2085d9692189bdacb107d08a749ca1109cef Mon Sep 17 00:00:00 2001 From: danzel Date: Mon, 14 Aug 2017 08:52:03 +1200 Subject: [PATCH] Remove unrelated fix --- src/input_common/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input_common/main.h b/src/input_common/main.h index e7fb3890e..140bbd014 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(); -/// Deregisters all built-in input device factories and shuts them down. +/// Unresisters all build-in input device factories and shut them down. void Shutdown(); class Keyboard;