* extend.texi: Refer to an array of pointers to functions instead
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2001 16:58:51 +0000 (16:58 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2001 16:58:51 +0000 (16:58 +0000)
of one of functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38948 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/extend.texi

index 5dca785..5fca2bc 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 bee479a..ff027dc 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: