From 078885f2b7e25c0e061c2f47d08de46fc58967e9 Mon Sep 17 00:00:00 2001
From: Kazu Hirata <kazu@cs.umass.edu>
Date: Sat, 30 Apr 2005 16:05:21 +0000
Subject: tree-ssanames.c: Fix a comment typo.

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

From-SVN: r99038
---
 gcc/tree-ssanames.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gcc/tree-ssanames.c')

diff --git a/gcc/tree-ssanames.c b/gcc/tree-ssanames.c
index bbdae93facf..c71f0393833 100644
--- a/gcc/tree-ssanames.c
+++ b/gcc/tree-ssanames.c
@@ -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;
 }
-- 
cgit v1.2.1