From 5da3ffc99d0ec7d0770b4fcf8830ffe05d39b1b8 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 2 Dec 2014 17:19:11 -0500 Subject: Fix comment typo ChangeLog: * common/cleanups.c (make_cleanup_dtor): Fix comment typo. --- gdb/common/cleanups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/common/cleanups.c') 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 * -- cgit v1.1