Fix typo in poison.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 3 Dec 2017 01:28:22 +0000 (20:28 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 3 Dec 2017 01:28:41 +0000 (20:28 -0500)
gdb/ChangeLog:

* common/poison.h (XDELETE): Fix typo.

gdb/ChangeLog
gdb/common/poison.h

index fd027b2c813fbeb01ea0f746acc5a918ef6440ff..3a7b654d1cf68695a587469883f0fe3e01ee66b0 100644 (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>
index 1647c9cb6fed3cad4bad1b39aea86aed338eb3fc..e28b0e09d8e33c395abef7cc3b6ef3d2daf463f1 100644 (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 *
This page took 0.043227 seconds and 4 git commands to generate.