From: Yang Shi Date: Fri, 18 Sep 2015 21:09:00 +0000 (-0700) Subject: arm64: debug: Fix typo in debug-monitors.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fbc61a26e6b7a2ebc399559ea22df4a35ac05fcb;p=linux-beck.git arm64: debug: Fix typo in debug-monitors.c Fix handers to handlers. Signed-off-by: Yang Shi Signed-off-by: Catalin Marinas --- 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.