diff options
Diffstat (limited to 'gdb/shnbsd-nat.c')
-rw-r--r-- | gdb/shnbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/shnbsd-nat.c b/gdb/shnbsd-nat.c index 001c139acca..f66571a9dfe 100644 --- a/gdb/shnbsd-nat.c +++ b/gdb/shnbsd-nat.c @@ -32,7 +32,7 @@ #include "regcache.h" -/* Determine if PT_GETREGS fetches this register. */ +/* Determine if PT_GETREGS fetches this register. */ #define GETREGS_SUPPLIES(gdbarch, regno) \ (((regno) >= R0_REGNUM && (regno) <= (R0_REGNUM + 15)) \ || (regno) == gdbarch_pc_regnum (gdbarch) || (regno) == PR_REGNUM \ |