From: Yang Shi <yang.shi@linaro.org> Date: Fri, 18 Sep 2015 21:09:00 +0000 (-0700) Subject: arm64: debug: Fix typo in debug-monitors.c X-Git-Tag: v4.4-rc1~137^2~47 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fbc61a26e6b7a2ebc399559ea22df4a35ac05fcb;p=users%2Fjedix%2Flinux-maple.git arm64: debug: Fix typo in debug-monitors.c Fix handers to handlers. Signed-off-by: Yang Shi <yang.shi@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> --- 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.