File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ int kgdb_hex2long(char **ptr, unsigned long *long_val)
321
321
/*
322
322
* Copy the binary array pointed to by buf into mem. Fix $, #, and
323
323
* 0x7d escaped with 0x7d. Return -EFAULT on failure or 0 on success.
324
- * The input buf is overwitten with the result to write to mem.
324
+ * The input buf is overwritten with the result to write to mem.
325
325
*/
326
326
static int kgdb_ebin2mem (char * buf , char * mem , int count )
327
327
{
@@ -952,7 +952,7 @@ static int gdb_cmd_exception_pass(struct kgdb_state *ks)
952
952
}
953
953
954
954
/*
955
- * This function performs all gdbserial command procesing
955
+ * This function performs all gdbserial command processing
956
956
*/
957
957
int gdb_serial_stub (struct kgdb_state * ks )
958
958
{
You can’t perform that action at this time.
0 commit comments