diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2001-09-11 00:20:23 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2001-09-11 00:20:23 +0000 |
commit | fb530c07c16e5f5294341dd4675d833e951cf9a8 (patch) | |
tree | dd9f563a9189153b8e7a2d3d71c2577e726d60f8 /gcc/toplev.c | |
parent | f280fdf44d1a1ef5f03d9429ff0b4704ac585765 (diff) | |
download | gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.zip gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.tar.gz gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.tar.bz2 |
dbxout.c (dbxout_parms): Fix typo in comment.
* dbxout.c (dbxout_parms): Fix typo in comment.
* unroll.c (loop_find_equiv_value): Ditto.
* toplev.c (rest_of_compilation): Ditto.
* loop.c (scan_loop): Ditto.
(scan_loop): Ditto.
* dwarf2out.c (struct dw_fde_struct): Ditto.
From-SVN: r45531
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index f9f02f3..087a13a 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2827,7 +2827,7 @@ rest_of_compilation (decl) unshare_all_rtl (current_function_decl, insns); #ifdef SETJMP_VIA_SAVE_AREA - /* This must be performed before virutal register instantiation. */ + /* This must be performed before virtual register instantiation. */ if (current_function_calls_alloca) optimize_save_area_alloca (insns); #endif |