From: Andrew Pinski Date: Sun, 29 Jun 2014 04:46:07 +0000 (+0000) Subject: lto.c (lto_read_decls): Fix comment in comment. X-Git-Tag: releases/gcc-5.1.0~6593 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b82fe35410080429da8544b4c8b62e7038883f2c;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 63ebdebc877f..539ccad8f1e0 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 701447c68027..dbf05c9c33d9 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) {