diff mbox

Commit: RX: Fix typo in description of RX vector attribute

Message ID 877g44qc7e.fsf@redhat.com
State New
Headers show

Commit Message

Nick Clifton June 26, 2014, 8:58 a.m. UTC
Hi Guys,

  I am checking in the patch below to fix a small typo in the
  description of the RX vector function attribute.

Cheers
  Nick

gcc/ChangeLog
2014-06-26  Nick Clifton  <nickc@redhat.com>

	* doc/extend.texi (Function Attributes): Fix typo in description
	of RX vector attribute.
diff mbox

Patch

Index: doc/extend.texi
===================================================================
--- doc/extend.texi	(revision 212014)
+++ doc/extend.texi	(working copy)
@@ -4317,7 +4317,7 @@ 
 
 @item vector
 @cindex @code{vector} attribute
-This RX attribute is similar to the @code{attribute}, including its
+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.