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 */