public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH obvious/pushed] Fix comment typo
@ 2014-12-02 22:25 Simon Marchi
  0 siblings, 0 replies; only message in thread
From: Simon Marchi @ 2014-12-02 22:25 UTC (permalink / raw)
  To: gdb-patches; +Cc: Simon Marchi

ChangeLog:

	* common/cleanups.c (make_cleanup_dtor): Fix comment typo.
---
 gdb/ChangeLog         | 4 ++++
 gdb/common/cleanups.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index acb0786..f32b6b9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-02  Simon Marchi  <simon.marchi@ericsson.com>
+
+	* common/cleanups.c (make_cleanup_dtor): Fix comment typo.
+
 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
 
 	* NEWS: Mention new Python events.
diff --git a/gdb/common/cleanups.c b/gdb/common/cleanups.c
index 49b643b..80271fd 100644
--- a/gdb/common/cleanups.c
+++ b/gdb/common/cleanups.c
@@ -119,7 +119,7 @@ make_cleanup (make_cleanup_ftype *function, void *arg)
   return make_my_cleanup (&cleanup_chain, function, arg);
 }
 
-/* Same as make_cleanup except also includes TDOR, a destructor to free ARG.
+/* Same as make_cleanup except also includes DTOR, a destructor to free ARG.
    DTOR is invoked when the cleanup is performed or when it is discarded.  */
 
 struct cleanup *
-- 
2.1.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-12-02 22:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-02 22:25 [PATCH obvious/pushed] Fix comment typo Simon Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).