aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pch.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-pch.c')
-rw-r--r--gcc/c-pch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pch.c b/gcc/c-pch.c
index 6352d37..7371dba 100644
--- a/gcc/c-pch.c
+++ b/gcc/c-pch.c
@@ -448,7 +448,7 @@ c_common_read_pch (cpp_reader *pfile, const char *name,
fclose (f);
/* Give the front end a chance to take action after a PCH file has
- been loadeded. */
+ been loaded. */
if (lang_post_pch_load)
(*lang_post_pch_load) ();
}