aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYang Shi <yang.shi@linaro.org>2015-09-18 22:09:00 +0100
committerWill Deacon <will.deacon@arm.com>2015-10-05 16:30:50 +0100
commit95485fdc64b1067e0e88d8c7980eb57994ad450e (patch)
tree1c960732e6c6ca96afd5019f8178d79e3d399c0e /arch
parent049e6dde7e57f0054fdc49102e7ef4830c698b46 (diff)
arm64: debug: Fix typo in debug-monitors.c
Fix comment typo: s/handers/handlers/ Signed-off-by: Yang Shi <yang.shi@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/kernel/debug-monitors.c2
1 files changed, 1 insertions, 1 deletions
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.