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:
parent
ebd7d91067
commit
592f32fa9b
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue