diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-13 04:11:23 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-13 04:11:23 +0000 |
commit | ba228239d22c745ed7e152fa211c065dc1c56918 (patch) | |
tree | 3ace7d8aa6d41f25c3ff3840fe7c4e81987b2a1b /gcc/sched-vis.c | |
parent | 7ecd45764f643c7c99b3100b50879ac69ec80113 (diff) | |
download | gcc-ba228239d22c745ed7e152fa211c065dc1c56918.tar.gz |
c-typeck.c: Fix comment typos.
* c-typeck.c: Fix comment typos.
* calls.c: Likewise.
* cfgcleanup.c: Likewise.
* cgraph.h: Likewise.
* dwarfout.c: Likewise.
* emit-rtl.c: Likewise.
* explow.c: Likewise.
* expr.c: Likewise.
* flow.c: Likewise.
* function.c: Likewise.
* gcc.c: Likewise.
* ggc-zone.c: Likewise.
* ifcvt.c: Likewise.
* local-alloc.c: Likewise.
* predict.c: Likewise.
* pretty-print.c: Likewise.
* profile.c: Likewise.
* ra-colorize.c: Likewise.
* sched-vis.c: Likewise.
* stor-layout.c: Likewise.
From-SVN: r74594
Diffstat (limited to 'gcc/sched-vis.c')
-rw-r--r-- | gcc/sched-vis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched-vis.c b/gcc/sched-vis.c index 55741d14c0b..9174c8bf2ff 100644 --- a/gcc/sched-vis.c +++ b/gcc/sched-vis.c @@ -80,7 +80,7 @@ insn_print_units (rtx insn) } /* MAX_VISUAL_LINES is the maximum number of lines in visualization table - of a basic block. If more lines are needed, table is splitted to two. + of a basic block. If more lines are needed, table is split to two. n_visual_lines is the number of lines printed so far for a block. visual_tbl contains the block visualization info. vis_no_unit holds insns in a cycle that are not mapped to any unit. */ |