aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/input.cpp')
-rwxr-xr-xengines/pegasus/input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/input.cpp b/engines/pegasus/input.cpp
index bb5167b86e..d0b8b69b5b 100755
--- a/engines/pegasus/input.cpp
+++ b/engines/pegasus/input.cpp
@@ -139,7 +139,7 @@ void InputDevice::getInput(Input &input, const InputBits filter) {
input.setAltDown(altDown);
}
-// Wait until the input device stops returning input allowed by filter...
+// Wait until the input device stops returning input allowed by filter...
void InputDevice::waitInput(const InputBits filter) {
if (filter != 0) {
for (;;) {