Skip to content

Commit e16c33e

Browse files
Youling TangDaniel Thompson
authored andcommitted
kernel/debug: Fix spelling mistake in debug_core.c
Fix typo: "notifiter" --> "notifier" "overriden" --> "overridden" Signed-off-by: Youling Tang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Thompson <[email protected]>
1 parent ece4cea commit e16c33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/debug/debug_core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ static int exception_level;
8080
struct kgdb_io *dbg_io_ops;
8181
static DEFINE_SPINLOCK(kgdb_registration_lock);
8282

83-
/* Action for the reboot notifiter, a global allow kdb to change it */
83+
/* Action for the reboot notifier, a global allow kdb to change it */
8484
static int kgdbreboot;
8585
/* kgdb console driver is loaded */
8686
static int kgdb_con_registered;
@@ -155,7 +155,7 @@ early_param("nokgdbroundup", opt_nokgdbroundup);
155155

156156
/*
157157
* Weak aliases for breakpoint management,
158-
* can be overriden by architectures when needed:
158+
* can be overridden by architectures when needed:
159159
*/
160160
int __weak kgdb_arch_set_breakpoint(struct kgdb_bkpt *bpt)
161161
{

0 commit comments

Comments
 (0)