summaryrefslogtreecommitdiff
path: root/kernel/uart.c
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2022-08-12 10:57:16 -0400
committerFrans Kaashoek <[email protected]>2022-08-12 10:57:16 -0400
commitdd5a720044c41a88e0a09f174fb602289b93fe28 (patch)
tree0e3dc10c480c1d61246ea8afda507badbcd7e299 /kernel/uart.c
parent8bd04852c911fcb7c74f2c61350c306f18ae58b0 (diff)
downloadxv6-labs-dd5a720044c41a88e0a09f174fb602289b93fe28.tar.gz
xv6-labs-dd5a720044c41a88e0a09f174fb602289b93fe28.tar.bz2
xv6-labs-dd5a720044c41a88e0a09f174fb602289b93fe28.zip
cosmetic changes (thanks Harry Porter)
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)
{