extend.texi (Function Attributes): Fix typo in description of RX vector attribute.
authorNick Clifton <nickc@redhat.com>
Thu, 26 Jun 2014 09:00:06 +0000 (09:00 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 26 Jun 2014 09:00:06 +0000 (09:00 +0000)
* doc/extend.texi (Function Attributes): Fix typo in description
of RX vector attribute.

From-SVN: r212015

gcc/ChangeLog
gcc/doc/extend.texi

index 3b1e7b217991862c5128c3a59111a7fd3e88ee72..a9ae2605b902fa386e67f2a9648fcdbe1f07a9b0 100644 (file)
@@ -1,3 +1,8 @@
+2014-06-26  Nick Clifton  <nickc@redhat.com>
+
+       * doc/extend.texi (Function Attributes): Fix typo in description
+       of RX vector attribute.
+
 2014-06-26  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * config.gcc (supported_defaults): Error when passing either
index f83a8d70b0512ed5821ddf4e4cff766eecb5ad55..ed9d1411f142d946fa2978bb186e22ffe3835d7d 100644 (file)
@@ -4316,8 +4316,8 @@ attribute also means that the function is instantiated if the
 class itself is instantiated.
 
 @item vector
-@cindex @code{vector} attibute
-This RX attribute is similar to the @code{attribute}, including its
+@cindex @code{vector} attribute
+This RX attribute is similar to the @code{interrupt} attribute, including its
 parameters, but does not make the function an interrupt-handler type
 function (i.e. it retains the normal C function calling ABI).  See the
 @code{interrupt} attribute for a description of its arguments.