aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_tty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_tty.c b/sys/kern/kern_tty.c
index f8a4877..c353a9d 100644
--- a/sys/kern/kern_tty.c
+++ b/sys/kern/kern_tty.c
@@ -142,8 +142,8 @@ tty_dev_read(struct device *dev, struct sio_txn *sio)
len = max_len;
/*
- * Transfer data from the TTY ring with SIO and
- * flush it.
+ * Transfer data from the TTY ring with SIO then
+ * ensure the ring is clean by resetting it.
*
* TODO: As of now we are just reading the root
* TTY, add support for multiple TTYs.