From 6cb38cd4ae4e293f992f0593813c162803e533b9 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 10 Sep 2004 10:44:48 +0000 Subject: c-common.c, [...]: Fix comment typos. * c-common.c, c-pch.c, defaults.h, lambda-code.c, passes.c, tree-data-ref.c, tree-flow.h, tree-ssa-operands.c, tree-ssa-threadupdate.c, tree-vectorizer.c, tree-vectorizer.h, value-prof.c: Fix comment typos. Follow spelling conventions. From-SVN: r87288 --- gcc/c-pch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-pch.c') 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) (); } -- cgit v1.1