diff --git a/arch/x86/kernel/uart.c b/arch/x86/kernel/uart.c index f35bba0..b840f21 100644 --- a/arch/x86/kernel/uart.c +++ b/arch/x86/kernel/uart.c @@ -149,7 +149,7 @@ static void uart_handler(struct state *s) } } -/* thread entry point => enable all incoming messages */ +/* thread entry point => handles all incoming messages */ static int uart_thread(void* arg) { unsigned char c = 0;