Hi,

I checked the patch in trunk directly since it is obvious.  Committed
revision 171206.

Thanks,
Mingjie

2011-03-21  Mingjie Xing  <mingjie.x...@gmail.com>

        * tree-dfa.c (add_referenced_var): Fix typo in comment.

Index: tree-dfa.c
===================================================================
--- tree-dfa.c  (revision 171205)
+++ tree-dfa.c  (working copy)
@@ -578,7 +578,7 @@ add_referenced_var (tree var)
   get_var_ann (var);
   gcc_assert (DECL_P (var));

-  /* Insert VAR into the referenced_vars has table if it isn't present.  */
+  /* Insert VAR into the referenced_vars hash table if it isn't present.  */
   if (referenced_var_check_and_insert (var))
     {
       /* Scan DECL_INITIAL for pointer variables as they may contain

Reply via email to