Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95485fdc authored by Yang Shi's avatar Yang Shi Committed by Will Deacon
Browse files

arm64: debug: Fix typo in debug-monitors.c



Fix comment typo: s/handers/handlers/

Signed-off-by: default avatarYang Shi <yang.shi@linaro.org>
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent 049e6dde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ void unregister_step_hook(struct step_hook *hook)
}

/*
 * Call registered single step handers
 * Call registered single step handlers
 * There is no Syndrome info to check for determining the handler.
 * So we call all the registered handlers, until the right handler is
 * found which returns zero.