From: Yang Shi Date: Fri, 18 Sep 2015 21:09:00 +0000 (+0100) Subject: arm64: debug: Fix typo in debug-monitors.c X-Git-Tag: v4.3-rc5~23^2~4 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=95485fdc64b1067e0e88d8c7980eb57994ad450e;p=cascardo%2Flinux.git arm64: debug: Fix typo in debug-monitors.c Fix comment typo: s/handers/handlers/ Signed-off-by: Yang Shi Signed-off-by: Will Deacon --- diff --git a/arch/arm64/kernel/debug-monitors.c b/arch/arm64/kernel/debug-monitors.c index cebf78661a55..8eef30f92651 100644 --- a/arch/arm64/kernel/debug-monitors.c +++ b/arch/arm64/kernel/debug-monitors.c @@ -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.