diff options
author | Zhen Lei <thunder.leizhen@huawei.com> | 2021-05-29 19:03:03 +0800 |
---|---|---|
committer | Daniel Thompson <daniel.thompson@linaro.org> | 2021-06-01 10:29:21 +0100 |
commit | 220a31b091fb77886eb224ce2d7a5d890e43de63 (patch) | |
tree | db5967252de0717130e6c23497f7e9d91d2945e7 /kernel/debug/debug_core.c | |
parent | 8124c8a6b35386f73523d27eacb71b5364a68c4c (diff) |
kgdb: Fix spelling mistakes
Fix some spelling mistakes in comments:
initalization ==> initialization
detatch ==> detach
represntation ==> representation
hexidecimal ==> hexadecimal
delimeter ==> delimiter
architecure ==> architecture
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/r/20210529110305.9446-3-thunder.leizhen@huawei.com
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
Diffstat (limited to 'kernel/debug/debug_core.c')
-rw-r--r-- | kernel/debug/debug_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c index 4708aec492df..a1f26766eb90 100644 --- a/kernel/debug/debug_core.c +++ b/kernel/debug/debug_core.c @@ -1032,7 +1032,7 @@ dbg_notify_reboot(struct notifier_block *this, unsigned long code, void *x) /* * Take the following action on reboot notify depending on value: * 1 == Enter debugger - * 0 == [the default] detatch debug client + * 0 == [the default] detach debug client * -1 == Do nothing... and use this until the board resets */ switch (kgdbreboot) { |