2005-02-06 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / varobj.c
index 78bea7c72690b54231e8db675cb93adf010c92cd..818a31bda7b6576b19b416c1483a728f3c88f23d 100644 (file)
@@ -1909,9 +1909,9 @@ c_value_of_root (struct varobj **var_handle)
              /* We need to catch errors because if
                 value_fetch_lazy fails we still want to continue
                 (after making val->error = 1) */
-             /* FIXME: Shouldn't be using VALUE_CONTENTS?  The
-                comment on value_fetch_lazy() says it is only
-                called from the macro... */
+             /* FIXME: Shouldn't be using value_contents()?  The
+                comment on value_fetch_lazy() says it is only called
+                from the macro... */
              if (!gdb_value_fetch_lazy (new_val))
                var->error = 1;
              else
This page took 0.02297 seconds and 4 git commands to generate.