1
0
Fork 0

Fixed a typo

This commit is contained in:
jenra-uwu 2021-07-31 19:35:55 -04:00
parent e785973e99
commit a409ebdd7d
1 changed files with 1 additions and 1 deletions

View File

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