]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix DEFHOOKPOD argument order in target-hooks-macros.h comment
authorTom de Vries <tom@codesourcery.com>
Wed, 23 Apr 2014 21:29:08 +0000 (21:29 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Wed, 23 Apr 2014 21:29:08 +0000 (21:29 +0000)
2014-04-23  Tom de Vries  <tom@codesourcery.com>

* target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.

From-SVN: r209725

gcc/ChangeLog
gcc/target-hooks-macros.h

index 117cdd0f08eb81de478cd620e7d10093bc2a6118..f02228564c6e7ff23c28b32c20eef26a81d638a1 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-23  Tom de Vries  <tom@codesourcery.com>
+
+       * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment.
+
 2014-04-23  David Malcolm  <dmalcolm@redhat.com>
 
        * is-a.h: Update comments to reflect the following changes to the
index 5cf4cb1093c7971c860e82458c843663e362a361..901f824ab20b2804b91b6c5b3d50b7d33a3ce394 100644 (file)
@@ -18,7 +18,7 @@
 /* The following macros should be provided by the including file:
 
    DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook.
-   DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'.  */
+   DEFHOOKPOD(NAME, DOC, TYPE, INIT): Define a piece-of-data 'hook'.  */
 
 /* Defaults for optional macros:
    DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation