kernel: debug: fix typo issue
[linux-2.6-microblaze.git] / kernel / debug / gdbstub.c
index a77df59..e149a0a 100644 (file)
@@ -595,7 +595,7 @@ static char *gdb_hex_reg_helper(int regnum, char *out)
                            dbg_reg_def[i].size);
 }
 
-/* Handle the 'p' individual regster get */
+/* Handle the 'p' individual register get */
 static void gdb_cmd_reg_get(struct kgdb_state *ks)
 {
        unsigned long regnum;
@@ -610,7 +610,7 @@ static void gdb_cmd_reg_get(struct kgdb_state *ks)
        gdb_hex_reg_helper(regnum, remcom_out_buffer);
 }
 
-/* Handle the 'P' individual regster set */
+/* Handle the 'P' individual register set */
 static void gdb_cmd_reg_set(struct kgdb_state *ks)
 {
        unsigned long regnum;