summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
diff options
context:
space:
mode:
authorMathew Maidment <mathew1800@gmail.com>2016-01-09 17:18:59 -0500
committerMathew Maidment <mathew1800@gmail.com>2016-01-09 17:18:59 -0500
commitff0e1c3624ef6f6d6fa69a380a884690cea23f30 (patch)
tree8102e49f8a5e9e3a24104db334a12aa45cb21838 /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
parent9925d8a94769b8d88347cf4a912aa2d7bd9b0040 (diff)
parentb89c79b9f2f59e430d9f3aa93df29d7229d6504b (diff)
Merge pull request #3485 from booto/minor-comment-change
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()
{