arm64: debug: Fix typo in debug-monitors.c
authorYang Shi <yang.shi@linaro.org>
Fri, 18 Sep 2015 21:09:00 +0000 (14:09 -0700)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 16 Oct 2015 17:21:12 +0000 (18:21 +0100)
Fix handers to handlers.

Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/debug-monitors.c

index cebf78661a553775003bfee8ec89f65e33e3ec55..8eef30f9265144a19a51bb7e1d3e3767b1e81df4 100644 (file)
@@ -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.
This page took 0.025487 seconds and 5 git commands to generate.