mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
Fix comment typo
ChangeLog: * common/cleanups.c (make_cleanup_dtor): Fix comment typo.
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user