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

gdb/ChangeLog:

	* common/filestuff.c (make_cleanup_close): Update comment.
This commit is contained in:
Doug Evans 2015-09-28 11:31:54 -07:00
parent 71f4ed30fe
commit c402ef907a
2 changed files with 5 additions and 1 deletions

View 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

View 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)