]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm64: debug: Fix typo in debug-monitors.c
authorYang Shi <yang.shi@linaro.org>
Fri, 18 Sep 2015 21:09:00 +0000 (22:09 +0100)
committerWill Deacon <will.deacon@arm.com>
Mon, 5 Oct 2015 15:30:50 +0000 (16:30 +0100)
Fix comment typo: s/handers/handlers/

Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Will Deacon <will.deacon@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.