aboutsummaryrefslogtreecommitdiff
path: root/gcc/input.c
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2014-08-15 14:07:19 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2014-08-15 14:07:19 +0000
commit592f32fa9bda0f9d685e1221ff7576712af1b73b (patch)
tree6bee43b070aa3a46408380102da102f77d98d4b0 /gcc/input.c
parentebd7d91067c230ca812f6d5a3b6c2b2302aaf9a5 (diff)
downloadgcc-592f32fa9bda0f9d685e1221ff7576712af1b73b.zip
gcc-592f32fa9bda0f9d685e1221ff7576712af1b73b.tar.gz
gcc-592f32fa9bda0f9d685e1221ff7576712af1b73b.tar.bz2
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
Diffstat (limited to 'gcc/input.c')
-rw-r--r--gcc/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/input.c b/gcc/input.c
index f3fd0e9..7a88e2e 100644
--- a/gcc/input.c
+++ b/gcc/input.c
@@ -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