Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-2.6-microblaze.git] / include / linux / kgdb.h
index 392a367..258cdde 100644 (file)
@@ -105,9 +105,9 @@ extern int dbg_set_reg(int regno, void *mem, struct pt_regs *regs);
  */
 
 /**
- *     kgdb_arch_init - Perform any architecture specific initalization.
+ *     kgdb_arch_init - Perform any architecture specific initialization.
  *
- *     This function will handle the initalization of any architecture
+ *     This function will handle the initialization of any architecture
  *     specific callbacks.
  */
 extern int kgdb_arch_init(void);
@@ -229,9 +229,9 @@ extern int kgdb_arch_set_breakpoint(struct kgdb_bkpt *bpt);
 extern int kgdb_arch_remove_breakpoint(struct kgdb_bkpt *bpt);
 
 /**
- *     kgdb_arch_late - Perform any architecture specific initalization.
+ *     kgdb_arch_late - Perform any architecture specific initialization.
  *
- *     This function will handle the late initalization of any
+ *     This function will handle the late initialization of any
  *     architecture specific callbacks.  This is an optional function for
  *     handling things like late initialization of hw breakpoints.  The
  *     default implementation does nothing.