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]
Other format: [Raw text]

[patch] tree-ssanames.c, options.texi: Fix comment/doc typos.


Hi,

Committed as obvious.

Kazu Hirata

2005-04-30  Kazu Hirata  <kazu@cs.umass.edu>

	* tree-ssanames.c: Fix a comment typo.
	* doc/options.texi: Fix a typo.

Index: tree-ssanames.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-ssanames.c,v
retrieving revision 2.24
diff -u -d -p -r2.24 tree-ssanames.c
--- tree-ssanames.c	27 Apr 2005 15:58:47 -0000	2.24
+++ tree-ssanames.c	30 Apr 2005 16:02:13 -0000
@@ -87,7 +87,7 @@ init_ssanames (void)
      large.
 
      We use VEC_quick_push here because we know that SSA_NAMES has at
-     least 50 elments reserved in it.  */
+     least 50 elements reserved in it.  */
   VEC_quick_push (tree, ssa_names, NULL_TREE);
   free_ssanames = NULL;
 }
Index: doc/options.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/options.texi,v
retrieving revision 1.4
diff -u -d -p -r1.4 options.texi
--- doc/options.texi	28 Apr 2005 20:52:12 -0000	1.4
+++ doc/options.texi	30 Apr 2005 16:02:13 -0000
@@ -167,7 +167,7 @@ the value 1 when the option is active an
 to attach the option to a different variable, the associated macros are
 called @code{OPTION_MASK_@var{name}} and @code{OPTION_@var{name}} respectively.
 
-You can disable automatic bit alloction using @code{MaskExists}.
+You can disable automatic bit allocation using @code{MaskExists}.
 
 @item InverseMask(@var{othername})
 @itemx InverseMask(@var{othername}, @var{thisname})


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