diff options
Diffstat (limited to 'gdb/m68k-linux-nat.c')
-rw-r--r-- | gdb/m68k-linux-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/m68k-linux-nat.c b/gdb/m68k-linux-nat.c index 7f33739..49cd491 100644 --- a/gdb/m68k-linux-nat.c +++ b/gdb/m68k-linux-nat.c @@ -350,7 +350,7 @@ fill_fpregset (const struct regcache *regcache, #ifdef HAVE_PTRACE_GETREGS /* Fetch all floating-point registers from process/thread TID and store - thier values in GDB's register array. */ + their values in GDB's register array. */ static void fetch_fpregs (struct regcache *regcache, int tid) |