From b82fe35410080429da8544b4c8b62e7038883f2c Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sun, 29 Jun 2014 04:46:07 +0000 Subject: [PATCH] lto.c (lto_read_decls): Fix comment in comment. 2014-06-28 Andrew Pinski * lto.c (lto_read_decls): Fix comment in comment. From-SVN: r212119 --- gcc/lto/ChangeLog | 4 ++++ gcc/lto/lto.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 63ebdebc877..539ccad8f1e 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2014-06-28 Andrew Pinski + + * lto.c (lto_read_decls): Fix comment in comment. + 2014-06-28 Jan Hubicka * lto.c (lto_copy_fields_not_streamed): New function. diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 701447c6802..dbf05c9c33d 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -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) { -- 2.30.2