瀏覽代碼

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>
Yang Shi 10 年之前
父節點
當前提交
fbc61a26e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/arm64/kernel/debug-monitors.c

+ 1 - 1
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.