From: Manuel López-Ibáñez Date: Fri, 15 Aug 2014 14:07:19 +0000 (+0000) Subject: input.c (diagnostic_file_cache_fini): Fix typo in comment. X-Git-Tag: releases/gcc-5.1.0~5457 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=592f32fa9bda0f9d685e1221ff7576712af1b73b;p=thirdparty%2Fgcc.git input.c (diagnostic_file_cache_fini): Fix typo in comment. 2014-08-15 Manuel López-Ibáñez * input.c (diagnostic_file_cache_fini): Fix typo in comment. From-SVN: r214022 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8451f79ed24b..736783ef4ec6 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 f3fd0e9d755b..7a88e2e29acb 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