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 5e9170d9..c799c6d 100644 --- a/gdb/m68k-linux-nat.c +++ b/gdb/m68k-linux-nat.c @@ -260,7 +260,7 @@ fetch_regs (struct regcache *regcache, int tid) if (errno == EIO) { /* The kernel we're running on doesn't support the GETREGS - request. Reset `have_ptrace_getregs'. */ + request. Reset `have_ptrace_getregs'. */ have_ptrace_getregs = 0; return; } |