Fix typo in poison.h

gdb/ChangeLog:

	* common/poison.h (XDELETE): Fix typo.
This commit is contained in:
Simon Marchi 2017-12-02 20:28:22 -05:00
parent 035d856f2c
commit 6d83e819df
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2017-12-02 Simon Marchi <simon.marchi@polymtl.ca>
* common/poison.h (XDELETE): Fix typo.
2017-12-01 Andrew Cagney <cagney@redhat.com>
Joel Brobecker <brobecker@adacore.com>
Sergio Durigan Junior <sergiodj@redhat.com>

View File

@ -130,7 +130,7 @@ data type. Use operator delete instead.");
}
#undef XDELETE
#define XDELETE(P) xdelete (p)
#define XDELETE(P) xdelete (P)
template<typename T>
static T *