]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/sched-vis.c
c-typeck.c: Fix comment typos.
[thirdparty/gcc.git] / gcc / sched-vis.c
index 55741d14c0be0673449b853feac201d95565509e..9174c8bf2ff5100822beb8ed9867f478e3728bd0 100644 (file)
@@ -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.  */