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

Message ID 089e01227748e4b58c0520d2f00f@google.com
State New, archived
Headers

Commit Message

Doug Evans Sept. 28, 2015, 6:34 p.m. UTC
  Hi.

Committed as obvious.

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

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

Patch

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)