aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorYang Shi <yang.shi@linaro.org>2015-09-18 14:09:00 -0700
committerCatalin Marinas <catalin.marinas@arm.com>2015-10-16 18:21:12 +0100
commitfbc61a26e6b7a2ebc399559ea22df4a35ac05fcb (patch)
tree4dc45d6c83a40e88567f6f3493f9dea7a5f7526f /arch/arm64
parentarm64: AArch32 user space PC alignment exception (diff)
downloadlinux-dev-fbc61a26e6b7a2ebc399559ea22df4a35ac05fcb.tar.xz
linux-dev-fbc61a26e6b7a2ebc399559ea22df4a35ac05fcb.zip
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>
Diffstat (limited to 'arch/arm64')
-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.