diff mbox series

[doc] Fix CONST_WIDE_INT_ELT

Message ID 7050A767-685C-4DB8-B01A-6673A39EB41C@comcast.net
State New
Headers show
Series [doc] Fix CONST_WIDE_INT_ELT | expand

Commit Message

Paul Koning Oct. 29, 2018, 8:09 p.m. UTC
The description of CONST_WIDE_INT_ELT gave the macro's name as CONST_WIDE_INT_NUNITS instead.

Committed as obvious.

	paul

ChangeLog:

2018-10-29  Paul Koning  <ni1d@arrl.net>

	* doc/rtl.texi (CONST_WIDE_INT_ELT): Give correct macro name.
diff mbox series

Patch

Index: doc/rtl.texi
===================================================================
--- doc/rtl.texi	(revision 265601)
+++ doc/rtl.texi	(working copy)
@@ -1732,7 +1732,7 @@  Note that this generally is smaller than the numbe
 @code{HOST_WIDE_INT}s implied by the mode size.
 
 @findex CONST_WIDE_INT_ELT
-@item CONST_WIDE_INT_NUNITS (@var{code},@var{i})
+@item CONST_WIDE_INT_ELT (@var{code},@var{i})
 Returns the @code{i}th element of the array.   Element 0 is contains
 the low order bits of the constant.