common/filestuff.c (make_cleanup_close): Update comment.
authorDoug Evans <dje@google.com>
Mon, 28 Sep 2015 18:31:54 +0000 (11:31 -0700)
committerDoug Evans <dje@google.com>
Mon, 28 Sep 2015 18:31:54 +0000 (11:31 -0700)
gdb/ChangeLog:

* common/filestuff.c (make_cleanup_close): Update comment.

gdb/ChangeLog
gdb/common/filestuff.c

index 246b1cd..b466db5 100644 (file)
@@ -1,3 +1,7 @@
+2015-09-28  Doug Evans  <dje@google.com>
+
+       * common/filestuff.c (make_cleanup_close): Update comment.
+
 2015-09-26  Simon Marchi  <simark@nova.polymtl.ca>
 
        * btrace.c (parse_xml_btrace_block): Fix cast of
index 798a411..a5b94cb 100644 (file)
@@ -415,7 +415,7 @@ do_close_cleanup (void *arg)
   close (*fd);
 }
 
-/* See cleanup-utils.h.  */
+/* See filestuff.h.  */
 
 struct cleanup *
 make_cleanup_close (int fd)