From b89c79b9f2f59e430d9f3aa93df29d7229d6504b Mon Sep 17 00:00:00 2001 From: booto Date: Sun, 10 Jan 2016 02:42:56 +0800 Subject: [PATCH] Comment change to reflect what code does --- .../InputCommon/ControllerInterface/ControllerInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp index 93cd744003..633ce40a5f 100644 --- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp +++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp @@ -142,7 +142,7 @@ void ControllerInterface::Shutdown() // // UpdateInput // -// Update input for all devices, return true if all devices returned successful +// Update input for all devices // void ControllerInterface::UpdateInput() {