]> gcc.gnu.org Git - gcc.git/commitdiff
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 63ebdebc877fb206564234e911201762176acba4..539ccad8f1e06471a87273ddc510ab4f43494251 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 701447c680272a5f688a00bb10bd4df08aff0c13..dbf05c9c33d9267f877a97253c5d93266fdd257e 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)
            {
This page took 0.077328 seconds and 5 git commands to generate.