diff options
author | Doug Evans <dje@google.com> | 2015-09-28 11:31:54 -0700 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2015-09-28 11:31:54 -0700 |
commit | c402ef907a6c0600fc5dec79b6165afd49233124 (patch) | |
tree | 73be7c367bd69695214999910140b74d4aaed7f6 /gdb/common | |
parent | 71f4ed30fe331d062703e803f29a67b558e8e22d (diff) | |
download | gdb-c402ef907a6c0600fc5dec79b6165afd49233124.zip gdb-c402ef907a6c0600fc5dec79b6165afd49233124.tar.gz gdb-c402ef907a6c0600fc5dec79b6165afd49233124.tar.bz2 |
common/filestuff.c (make_cleanup_close): Update comment.
gdb/ChangeLog:
* common/filestuff.c (make_cleanup_close): Update comment.
Diffstat (limited to 'gdb/common')
-rw-r--r-- | gdb/common/filestuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/common/filestuff.c b/gdb/common/filestuff.c index 798a411..a5b94cb 100644 --- a/gdb/common/filestuff.c +++ b/gdb/common/filestuff.c @@ -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) |