This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] common/filestuff.c (make_cleanup_close): Update comment.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c402ef907a6c0600fc5dec79b6165afd49233124

commit c402ef907a6c0600fc5dec79b6165afd49233124
Author: Doug Evans <dje@google.com>
Date:   Mon Sep 28 11:31:54 2015 -0700

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

Diff:
---
 gdb/ChangeLog          | 4 ++++
 gdb/common/filestuff.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 246b1cd..b466db5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]