diff options
Diffstat (limited to 'gcc/cfg.c')
-rw-r--r-- | gcc/cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfg.c b/gcc/cfg.c index e767732becf..7c6aa527ff3 100644 --- a/gcc/cfg.c +++ b/gcc/cfg.c @@ -569,7 +569,7 @@ dump_edge_info (file, e, do_succ) } } -/* Simple routies to easilly allocate AUX fields of basic blocks. */ +/* Simple routies to easily allocate AUX fields of basic blocks. */ static struct obstack block_aux_obstack; static void *first_block_aux_obj = 0; static struct obstack edge_aux_obstack; |