I committed this as obvious. The changelog says it all.
Thanks,
Andrew
2014-06-28 Andrew Pinski <[email protected]>
* lto.c (lto_read_decls): Fix comment in comment.
Index: lto.c
===================================================================
--- lto.c (revision 212118)
+++ lto.c (working copy)
@@ -1970,7 +1970,7 @@ lto_read_decls (struct lto_file_decl_dat
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)
{
Index: ChangeLog
===================================================================
--- ChangeLog (revision 212118)
+++ ChangeLog (working copy)
@@ -1,3 +1,7 @@
+2014-06-28 Andrew Pinski <[email protected]>
+
+ * lto.c (lto_read_decls): Fix comment in comment.
+
2014-06-28 Jan Hubicka <[email protected]>
* lto.c (lto_copy_fields_not_streamed): New function.