diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-08-07 12:24:42 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-09 15:56:02 +0000 |
commit | 2f79eb3fd567b7578378c4acbecaf2502d1982f4 (patch) | |
tree | 088668a42f7e108a9bddfbb465b494c5edaf2af6 /src/arch/arm64 | |
parent | 64f6b71af5443ac4e1126dc5f5202a1bc8657b31 (diff) |
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>
Diffstat (limited to 'src/arch/arm64')
-rw-r--r-- | src/arch/arm64/include/armv8/arch/exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm64/include/armv8/arch/exception.h b/src/arch/arm64/include/armv8/arch/exception.h index 0ec0eea953..f897fefe18 100644 --- a/src/arch/arm64/include/armv8/arch/exception.h +++ b/src/arch/arm64/include/armv8/arch/exception.h @@ -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); |