diff options
| author | booto <remornicus@gmail.com> | 2016-01-10 02:42:56 +0800 |
|---|---|---|
| committer | booto <remornicus@gmail.com> | 2016-01-10 02:42:56 +0800 |
| commit | b89c79b9f2f59e430d9f3aa93df29d7229d6504b (patch) | |
| tree | ac778d33dcbdc824ac494c36887c73e97688a7ed /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp | |
| parent | aa89516cf3f847a0ca2ffff49e428f056e051078 (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.cpp | 2 |
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() { |
