From dd5a720044c41a88e0a09f174fb602289b93fe28 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Fri, 12 Aug 2022 10:57:16 -0400 Subject: cosmetic changes (thanks Harry Porter) --- kernel/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/uart.c') 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) { -- cgit v1.2.3