diff options
Diffstat (limited to 'gcc/resource.c')
-rw-r--r-- | gcc/resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/resource.c b/gcc/resource.c index 7388aa31059..f5424602f74 100644 --- a/gcc/resource.c +++ b/gcc/resource.c @@ -1245,7 +1245,7 @@ init_resource_info (epilogue_insn) bb_ticks = (int *) xcalloc (last_basic_block, sizeof (int)); } -/* Free up the resources allcated to mark_target_live_regs (). This +/* Free up the resources allocated to mark_target_live_regs (). This should be invoked after the last call to mark_target_live_regs (). */ void |