Commit 14a41392 by Mingjie Xing Committed by Mingjie Xing

Fix typo in comment.

From-SVN: r171206
parent 7f2fe584
2011-03-21 Mingjie Xing <mingjie.xing@gmail.com>
* tree-dfa.c (add_referenced_var): Fix typo in comment.
2011-03-20 Eric Botcazou <ebotcazou@adacore.com>
PR bootstrap/48168
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment