aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
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 8fef0d1..9c67bea 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -8406,7 +8406,7 @@ build_function_type (tree value_type, tree arg_types)
/* Build a function type. The RETURN_TYPE is the type returned by the
function. If VAARGS is set, no void_type_node is appended to the
- the list. ARGP must be always be terminated be a NULL_TREE. */
+ list. ARGP must be always be terminated be a NULL_TREE. */
static tree
build_function_type_list_1 (bool vaargs, tree return_type, va_list argp)