common/filestuff.c (make_cleanup_close): Update comment.
[deliverable/binutils-gdb.git] / gdb / gdbarch.h
index 75503794a6e5b5041c41665c6207d39ff64f6627..82e025956b81ea08c92b27686594f896f8012658 100644 (file)
@@ -1622,7 +1622,7 @@ extern void *gdbarch_obstack_zalloc (struct gdbarch *gdbarch, long size);
    obstack associated with GDBARCH.  The string is freed when the corresponding
    architecture is also freed.  */
 
-extern char *gdbarch_obstack_strdup (struct gdbarch *gdbarch, const char *string);
+extern char *gdbarch_obstack_strdup (struct gdbarch *arch, const char *string);
 
 /* Helper function.  Force an update of the current architecture.
 
This page took 0.023653 seconds and 4 git commands to generate.