From 2f305df11e92cf8e6c21194f4cccf37e0cf7d571 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 18 Jun 2004 16:06:24 +0000 Subject: * i386-tdep.c (i386_collect_fpregset): Fix comment. --- gdb/i386-tdep.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gdb/i386-tdep.c') diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 2008acb..19e7ed9 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -1674,9 +1674,10 @@ i386_supply_fpregset (const struct regset *regset, struct regcache *regcache, i387_supply_fsave (regcache, regnum, fpregs); } -/* Supply register REGNUM from the buffer specified by FPREGS and LEN - in the floating-point register set REGSET to register cache - REGCACHE. If REGNUM is -1, do this for all registers in REGSET. */ +/* Collect register REGNUM from the register cache REGCACHE and store + it in the buffer specified by FPREGS and LEN as described by the + floating-point register set REGSET. If REGNUM is -1, do this for + all registers in REGSET. */ static void i386_collect_fpregset (const struct regset *regset, -- cgit v1.1