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 49cd491..7ea5847 100644 --- a/gdb/m68k-linux-nat.c +++ b/gdb/m68k-linux-nat.c @@ -300,7 +300,7 @@ static void store_regs (const struct regcache *regcache, int tid, int regno) #endif -/* Transfering floating-point registers between GDB, inferiors and cores. */ +/* Transferring floating-point registers between GDB, inferiors and cores. */ /* What is the address of fpN within the floating-point register set F? */ #define FPREG_ADDR(f, n) (&(f)->fpregs[(n) * 3]) |