From 592f32fa9bda0f9d685e1221ff7576712af1b73b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Fri, 15 Aug 2014 14:07:19 +0000 Subject: [PATCH] input.c (diagnostic_file_cache_fini): Fix typo in comment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2014-08-15 Manuel López-Ibáñez * input.c (diagnostic_file_cache_fini): Fix typo in comment. From-SVN: r214022 --- gcc/ChangeLog | 4 ++++ gcc/input.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8451f79..736783e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-15 Manuel López-Ibáñez + + * input.c (diagnostic_file_cache_fini): Fix typo in comment. + 2014-08-15 Richard Biener * tree-ssa-structalias.c (readonly_id): Rename to string_id. diff --git a/gcc/input.c b/gcc/input.c index f3fd0e9..7a88e2e 100644 --- a/gcc/input.c +++ b/gcc/input.c @@ -182,7 +182,7 @@ diagnostic_file_cache_init (void) fcache_tab = new fcache[fcache_tab_size]; } -/* Free the ressources used by the set of cache used for files accessed +/* Free the resources used by the set of cache used for files accessed by caret diagnostic. */ void -- 2.7.4