This is the mail archive of the gdb-patches@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]

[OB PATCH] common/filestuff.c (make_cleanup_close): Update comment.


Hi.

Committed as obvious.

2015-09-28  Doug Evans  <dje@google.com>

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

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]