From 592f32fa9bda0f9d685e1221ff7576712af1b73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Fri, 15 Aug 2014 14:07:19 +0000 Subject: input.c (diagnostic_file_cache_fini): Fix typo in comment. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/input.c') 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 -- cgit v1.1