Fixed a typo
This commit is contained in:
parent
e785973e99
commit
a409ebdd7d
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Reference in a new issue