]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 8451f79ed24b523b0d80db71cff45f30cca2e43f..736783ef4ec6dcfe350dbbe2745e0b1b741236fe 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 f3fd0e9d755b8047393ce4b5a4a099e76255734b..7a88e2e29acb7c4e0fa39e65e5a2f67baa15cc01 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