From 1f52178b3a8510309c5b8f739f6e74fff73895e5 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 25 Jan 2004 03:52:42 +0000 Subject: c-common.h: Fix comment typos. * c-common.h: Fix comment typos. * c-decl.c: Likewise. * cgraphunit.c: Likewise. * combine.c: Likewise. * et-forest.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * ifcvt.c: Likewise. * integrate.c: Likewise. * jump.c: Likewise. * postreload.c: Likewise. * varray.c: Likewise. From-SVN: r76539 --- gcc/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/function.c') diff --git a/gcc/function.c b/gcc/function.c index 2cdcdd3..f4c90b5 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -269,7 +269,7 @@ static tree blocks_nreverse (tree); static int all_blocks (tree, tree *); static tree *get_block_vector (tree, int *); extern tree debug_find_var_in_block_tree (tree, tree); -/* We always define `record_insns' even if its not used so that we +/* We always define `record_insns' even if it's not used so that we can always export `prologue_epilogue_contains'. */ static void record_insns (rtx, varray_type *) ATTRIBUTE_UNUSED; static int contains (rtx, varray_type); -- cgit v1.1