This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: fix typos in tm.texi


2001-01-17  lars brinkhoff  <lars@nocrew.org>

        * tm.texi (DATA_ALIGNMENT): fix typo.
        (LOCAL_ALIGNMENT): likewise.

Index: tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tm.texi,v
retrieving revision 1.166
diff -u -r1.166 tm.texi
--- tm.texi     2001/01/15 03:33:47     1.166
+++ tm.texi     2001/01/17 12:02:57
@@ -981,7 +981,7 @@

 @findex DATA_ALIGNMENT
 @item DATA_ALIGNMENT (@var{type}, @var{basic-align})
-If defined, a C expression to compute the alignment for a variables in
+If defined, a C expression to compute the alignment for a variable in
 the static store.  @var{type} is the data type, and @var{basic-align} is
 the alignment that the object would ordinarily have.  The value of this
 macro is used instead of that alignment to align the object.
@@ -1010,7 +1010,7 @@

 @findex LOCAL_ALIGNMENT
 @item LOCAL_ALIGNMENT (@var{type}, @var{basic-align})
-If defined, a C expression to compute the alignment for a variables in
+If defined, a C expression to compute the alignment for a variable in
 the local store.  @var{type} is the data type, and @var{basic-align} is
 the alignment that the object would ordinarily have.  The value of this
 macro is used instead of that alignment to align the object.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]