Fix comment typo
ChangeLog: * common/cleanups.c (make_cleanup_dtor): Fix comment typo.
This commit is contained in:
parent
162078c893
commit
5da3ffc99d
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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 *
|
||||
|
|
Loading…
Reference in a new issue