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
parent ebd7d910
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment