Skip to content

Commit

Permalink
arm64: debug: Fix typo in debug-monitors.c
Browse files Browse the repository at this point in the history
Fix comment typo: s/handers/handlers/

Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
  • Loading branch information
Yang Shi authored and Will Deacon committed Oct 5, 2015
1 parent 049e6dd commit 95485fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/kernel/debug-monitors.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 95485fd

Please sign in to comment.