aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-08-19 23:22:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-08-19 23:22:00 +0000
commita98ebe2e378bdd3e2139c43c66c4c3bde03abfd3 (patch)
treecfd217c7e698d0aaf23ec02241ccbff7719cb9c0 /gcc/tree.c
parentf5e7af77738d6170febe908cae864652965d3639 (diff)
downloadgcc-a98ebe2e378bdd3e2139c43c66c4c3bde03abfd3.zip
gcc-a98ebe2e378bdd3e2139c43c66c4c3bde03abfd3.tar.gz
gcc-a98ebe2e378bdd3e2139c43c66c4c3bde03abfd3.tar.bz2
builtins.c: Fix comment typos.
* builtins.c: Fix comment typos. * c-common.c: Likewise. * c-decl.c: Likewise. * c-pretty-print.c: Likewise. * cfgbuild.c: Likewise. * cfglayout.c: Likewise. * cfgloopanal.c: Likewise. * cgraphunit.c: Likewise. * cppfiles.c: Likewise. * dwarfout.c: Likewise. * expr.c: Likewise. * fold-const.c: Likewise. * gcse.c: Likewise. * ggc-page.c: Likewise. * haifa-sched.c: Likewise. * pretty-print.c: Likewise. * tree.c: Likewise. * tree.h: Likewise. * value-prof.c: Likewise. From-SVN: r70583
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 4bbb907..8418767 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -3823,7 +3823,7 @@ build_function_type (tree value_type, tree arg_types)
return t;
}
-/* Build a function type. The RETURN_TYPE is the type retured by the
+/* Build a function type. The RETURN_TYPE is the type returned by the
function. If additional arguments are provided, they are
additional argument types. The list of argument types must always
be terminated by NULL_TREE. */