diff options
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); |