Skip to content

Commit 216f5ce

Browse files
chore: fix comment
1 parent 8d433e3 commit 216f5ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Spice86.Core/Emulator/Devices/Input/Keyboard/PS2Keyboard.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ public void PortWrite(byte value) {
521521
/// Called when the controller is ready to accept keyboard frames.
522522
/// </summary>
523523
internal void NotifyReadyForFrame() {
524-
// Since INT9H (IRQ1 hardware handler) de
524+
// Since INT9H (IRQ1 hardware handler) dequeued some items,
525525
// clear the buffer overflow flag, do not ignore keys any more
526526
_bufferOverflowed = false;
527527
TransferNextBufferedFrameIfReady();

0 commit comments

Comments
 (0)