2003-04-12 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / regcache.h
index bc9757e1d5a8f534fe0a7aecbf5f1d05c2d299ea..3fb43c437a469c21207db8a8d4a0d9a1971f74bb 100644 (file)
@@ -98,7 +98,7 @@ extern void regcache_collect (int regnum, void *buf);
 
 /* The register's ``offset''.
 
-   FIXME: cagney/2002-11-07: The get_saved_register() function, when
+   FIXME: cagney/2002-11-07: The frame_register() function, when
    specifying the real location of a register, does so using that
    registers offset in the register cache.  That offset is then used
    by valops.c to determine the location of the register.  The code