input.c (diagnostic_file_cache_fini): Fix typo in comment.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Fri, 15 Aug 2014 14:07:19 +0000 (14:07 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Fri, 15 Aug 2014 14:07:19 +0000 (14:07 +0000)
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

gcc/ChangeLog
gcc/input.c

index 8451f79..736783e 100644 (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.
index f3fd0e9..7a88e2e 100644 (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