summaryrefslogtreecommitdiff
path: root/kernel/uart.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/uart.c')
-rw-r--r--kernel/uart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/uart.c b/kernel/uart.c
index f75fb3c..af571b1 100644
--- a/kernel/uart.c
+++ b/kernel/uart.c
@@ -175,7 +175,7 @@ uartgetc(void)
// handle a uart interrupt, raised because input has
// arrived, or the uart is ready for more output, or
-// both. called from trap.c.
+// both. called from devintr().
void
uartintr(void)
{