src/arch: Fix typo
Change-Id: I24d219b4ce6033f64886e22973ca8716113d319f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27919 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
64f6b71af5
commit
2f79eb3fd5
4 changed files with 4 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ struct exception_handler {
|
|||
|
||||
/*
|
||||
* Register a handler provided with the associated vector id. Returns 0 on
|
||||
* sucess, < 0 on error. Note that registration is not thread/interrupt safe.
|
||||
* success, < 0 on error. Note that registration is not thread/interrupt safe.
|
||||
*/
|
||||
int exception_handler_register(uint64_t vid, struct exception_handler *h);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue