diff options
Diffstat (limited to 'gdb/arm-linux-nat.c')
-rw-r--r-- | gdb/arm-linux-nat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/arm-linux-nat.c b/gdb/arm-linux-nat.c index 94bbd32bf09..23ac1eb3594 100644 --- a/gdb/arm-linux-nat.c +++ b/gdb/arm-linux-nat.c @@ -36,7 +36,7 @@ #include <sys/utsname.h> #include <sys/procfs.h> -/* Prototypes for supply_gregset etc. */ +/* Prototypes for supply_gregset etc. */ #include "gregset.h" /* Defines ps_err_e, struct ps_prochandle. */ @@ -72,7 +72,7 @@ static int arm_linux_has_wmmx_registers; /* The number of 64-bit VFP registers we have (expect this to be 0, - 16, or 32). */ + 16, or 32). */ static int arm_linux_vfp_register_count; extern int arm_apcs_32; |