From a409ebdd7d392e8888be82a783c2670754a6930e Mon Sep 17 00:00:00 2001 From: jenra-uwu Date: Sat, 31 Jul 2021 19:35:55 -0400 Subject: [PATCH] Fixed a typo --- src/opensbi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opensbi.h b/src/opensbi.h index 0f44661..b024f69 100644 --- a/src/opensbi.h +++ b/src/opensbi.h @@ -21,7 +21,7 @@ struct sbiret { void sbi_console_putchar(char); // sbi_console_getchar() -> int -// Puts a character onto the UART port. +// Gets a character from the UART port. int sbi_console_getchar(); #endif /* OPENSBI_H */