diff options
Diffstat (limited to 'src/emu/input.cpp')
-rw-r--r-- | src/emu/input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/input.cpp b/src/emu/input.cpp index 1390ce8086f..b58958a6935 100644 --- a/src/emu/input.cpp +++ b/src/emu/input.cpp @@ -469,7 +469,7 @@ bool input_seq::is_valid() const noexcept if (lastcode.internal()) return false; - // if this is the end, we're ok + // if this is the end, we're OK if (code == end_code) return true; |