lto.c (lto_read_decls): Fix comment in comment.
authorAndrew Pinski <apinski@cavium.com>
Sun, 29 Jun 2014 04:46:07 +0000 (04:46 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 29 Jun 2014 04:46:07 +0000 (21:46 -0700)
2014-06-28  Andrew Pinski  <apinski@cavium.com>

* lto.c (lto_read_decls): Fix comment in comment.

From-SVN: r212119

gcc/lto/ChangeLog
gcc/lto/lto.c

index 63ebdeb..539ccad 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-28  Andrew Pinski  <apinski@cavium.com>
+
+       * lto.c (lto_read_decls): Fix comment in comment.
+
 2014-06-28  Jan Hubicka  <hubicka@ucw.cz>
 
        * lto.c (lto_copy_fields_not_streamed): New function.
index 701447c..dbf05c9 100644 (file)
@@ -1970,7 +1970,7 @@ lto_read_decls (struct lto_file_decl_data *decl_data, const void *data,
                            len, scc_entry_len, scc_hash))
            continue;
 
-         /* /* Do remaining fixup tasks for prevailing nodes.  */
+         /* Do remaining fixup tasks for prevailing nodes.  */
          bool seen_type = false;
          for (unsigned i = 0; i < len; ++i)
            {