diff options
author | Frans Kaashoek <[email protected]> | 2022-08-12 10:57:16 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2022-08-12 10:57:16 -0400 |
commit | dd5a720044c41a88e0a09f174fb602289b93fe28 (patch) | |
tree | 0e3dc10c480c1d61246ea8afda507badbcd7e299 /kernel/uart.c | |
parent | 8bd04852c911fcb7c74f2c61350c306f18ae58b0 (diff) | |
download | xv6-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.c | 2 |
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) { |