Commit 89f7d292 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Michael Ellerman
Browse files

powerpc/kernel: Trivial typo fix in kgdb.c

parent 1479e3d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -376,7 +376,7 @@ void kgdb_arch_set_pc(struct pt_regs *regs, unsigned long pc)
}

/*
 * This function does PowerPC specific procesing for interfacing to gdb.
 * This function does PowerPC specific processing for interfacing to gdb.
 */
int kgdb_arch_handle_exception(int vector, int signo, int err_code,
			       char *remcom_in_buffer, char *remcom_out_buffer,