extend.texi: Refer to an array of pointers to functions instead of one of functions.
authorJoseph Myers <jsm28@cam.ac.uk>
Fri, 12 Jan 2001 16:58:51 +0000 (16:58 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 12 Jan 2001 16:58:51 +0000 (16:58 +0000)
* extend.texi: Refer to an array of pointers to functions instead
of one of functions.

From-SVN: r38948

gcc/ChangeLog
gcc/extend.texi

index 5dca7852955137f93850a239c06c2d2a773dac4b..5fca2bc99611495208fa7660ceaae726f7ec3605 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-12  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * extend.texi: Refer to an array of pointers to functions instead
+       of one of functions.
+
 Fri Jan 12 12:08:12 MET 2001  Andreas Jaeger  <aj@suse.de>
                              Jan Hubicka  <jh@suse.cz>
 
index bee479a8f6148c0ee05b1a560cac0c1aa4955f0b..ff027dceca2c4152ecfe15cbb25c26c0de5cd1fd 100644 (file)
@@ -582,8 +582,8 @@ typeof (x[0](1))
 @end example
 
 @noindent
-This assumes that @code{x} is an array of functions; the type described
-is that of the values of the functions.
+This assumes that @code{x} is an array of pointers to functions;
+the type described is that of the values of the functions.
 
 Here is an example with a typename as the argument: