summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
diff options
context:
space:
mode:
authorbooto <remornicus@gmail.com>2016-01-10 02:42:56 +0800
committerbooto <remornicus@gmail.com>2016-01-10 02:42:56 +0800
commitb89c79b9f2f59e430d9f3aa93df29d7229d6504b (patch)
treeac778d33dcbdc824ac494c36887c73e97688a7ed /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
parentaa89516cf3f847a0ca2ffff49e428f056e051078 (diff)
Comment change to reflect what code does
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp2
1 files changed, 1 insertions, 1 deletions
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()
{