input.c (diagnostic_file_cache_fini): Fix typo in comment.

2014-08-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>

	* input.c (diagnostic_file_cache_fini): Fix typo in comment.

From-SVN: r214022
This commit is contained in:
Manuel López-Ibáñez 2014-08-15 14:07:19 +00:00
parent ebd7d91067
commit 592f32fa9b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-08-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
* input.c (diagnostic_file_cache_fini): Fix typo in comment.
2014-08-15 Richard Biener <rguenther@suse.de>
* tree-ssa-structalias.c (readonly_id): Rename to string_id.

View File

@ -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