summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-01 11:14:35 +0000
committerlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-01 11:14:35 +0000
commit9034761137f5fcdf7a46f9a545136fa615e7bafc (patch)
tree99ddae6fe30b95bcda0b77f7d4f7259debf3611c
parente51e2b6f9d202a4a05c55d0d5d7395eadb6b9f1d (diff)
downloadgcc-9034761137f5fcdf7a46f9a545136fa615e7bafc.tar.gz
2011-03-01 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* varpool.c (varpool_finalize_decl): Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gc-improv@170592 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog.gc-improv4
-rw-r--r--gcc/varpool.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog.gc-improv b/gcc/ChangeLog.gc-improv
index 6ecaa98cc78..ebe33431a72 100644
--- a/gcc/ChangeLog.gc-improv
+++ b/gcc/ChangeLog.gc-improv
@@ -1,3 +1,7 @@
+2011-03-01 Laurynas Biveinis <laurynas.biveinis@gmail.com>
+
+ * varpool.c (varpool_finalize_decl): Fix typo in comment.
+
2011-02-28 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* configure.ac: Enable "misc" checking if "valgrind" checking is
diff --git a/gcc/varpool.c b/gcc/varpool.c
index d266ce9a8cf..65a8a98d46b 100644
--- a/gcc/varpool.c
+++ b/gcc/varpool.c
@@ -395,8 +395,8 @@ const_value_known_p (tree decl)
return true;
}
-/* Mark DECL as finalized. By finalizing the declaration, frontend instruct the
- middle end to output the variable to asm file, if needed or externally
+/* Mark DECL as finalized. By finalizing the declaration, frontend instructs
+ the middle end to output the variable to asm file, if needed or externally
visible. */
void
varpool_finalize_decl (tree decl)