diff mbox series

[doc] : Add missing comma after @xref.

Message ID CAFULd4brMqneYCiU87v_LZjzRV9tvdyvRxwjp9x8a0Swiq3YNA@mail.gmail.com
State New
Headers show
Series [doc] : Add missing comma after @xref. | expand

Commit Message

Uros Bizjak April 25, 2019, 7:46 p.m. UTC
2019-04-25  Uroš Bizjak  <ubizjak@gmail.com>

    * doc/extend.texi (vector_size): Add missing comma after @xref.

Bootstrapped on x86_64-linux-gnu, committed to mainline SVN.

Uros.
diff mbox series

Patch

Index: extend.texi
===================================================================
--- extend.texi	(revision 270583)
+++ extend.texi	(working copy)
@@ -7094,7 +7094,7 @@ 
 divided into @code{int} sized units.  Assuming a 32-bit @code{int},
 @code{foo}'s type is a vector of four units of four bytes each, and
 the corresponding mode of @code{foo} is @code{V4SI}.
-@xref{Vector Extensions} for details of manipulating vector variables.
+@xref{Vector Extensions}, for details of manipulating vector variables.
 
 This attribute is only applicable to integral and floating scalars,
 although arrays, pointers, and function return values are allowed in
@@ -8178,7 +8178,7 @@ 
 a vector of eight units, four bytes each.  The mode of variables of type
 @code{int_vec32_t} is @code{V8SI}.  @code{int_vec32_ptr_t} is then defined
 to be a pointer to such a vector type, and @code{int_vec32_arr3_t} to be
-an array of three such vectors.  @xref{Vector Extensions} for details of
+an array of three such vectors.  @xref{Vector Extensions}, for details of
 manipulating objects of vector types.
 
 This attribute is only applicable to integral and floating scalar types.