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 246b1cd223b2ac229304f485d18b60dd7fa4dc98..b466db593a5e18ad8f0f62706c5dabfb9af99650 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 798a411af3d43c4be58bf01c425d757ebb5b2f3f..a5b94cb8910f7b59040bace251ef282c018b2a0a 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)