diff --git a/Source/Engine/Input/InputDevice.h b/Source/Engine/Input/InputDevice.h
index 81b4eceb7..27f6125ba 100644
--- a/Source/Engine/Input/InputDevice.h
+++ b/Source/Engine/Input/InputDevice.h
@@ -113,7 +113,7 @@ public:
/// Captures the input since the last call and triggers the input events.
///
/// The input events queue.
- /// True if device has been disconnected, otherwise false.
+ /// True if device has been disconnected, otherwise false.
virtual bool Update(EventQueue& queue)
{
if (UpdateState())
@@ -126,7 +126,7 @@ public:
///
/// Updates only the current state of the device.
///
- /// True if device has been disconnected, otherwise false.
+ /// True if device has been disconnected, otherwise false.
virtual bool UpdateState()
{
return false;