kernel/debug: Fix spelling mistake in debug_core.c
authorYouling Tang <tangyouling@loongson.cn>
Fri, 7 Aug 2020 09:44:40 +0000 (17:44 +0800)
committerDaniel Thompson <daniel.thompson@linaro.org>
Fri, 11 Sep 2020 14:57:37 +0000 (15:57 +0100)
Fix typo: "notifiter" --> "notifier"
  "overriden" --> "overridden"

Signed-off-by: Youling Tang <tangyouling@loongson.cn>
Link: https://lore.kernel.org/r/1596793480-22559-1-git-send-email-tangyouling@loongson.cn
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>
kernel/debug/debug_core.c

index 404d6d47a11daabd55294dd48b5f914ca1d7623b..165e5b0c2083522c144c03d6971e7946ce7a1ad7 100644 (file)
@@ -80,7 +80,7 @@ static int                    exception_level;
 struct kgdb_io         *dbg_io_ops;
 static DEFINE_SPINLOCK(kgdb_registration_lock);
 
-/* Action for the reboot notifiter, a global allow kdb to change it */
+/* Action for the reboot notifier, a global allow kdb to change it */
 static int kgdbreboot;
 /* kgdb console driver is loaded */
 static int kgdb_con_registered;
@@ -155,7 +155,7 @@ early_param("nokgdbroundup", opt_nokgdbroundup);
 
 /*
  * Weak aliases for breakpoint management,
- * can be overriden by architectures when needed:
+ * can be overridden by architectures when needed:
  */
 int __weak kgdb_arch_set_breakpoint(struct kgdb_bkpt *bpt)
 {