diff options
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 2046c4d98de..b7bd41d5b28 100644 --- a/gcc/sched-vis.c +++ b/gcc/sched-vis.c @@ -544,7 +544,7 @@ print_exp (buf, x, verbose) cur = safe_concat (buf, cur, ")"); } /* print_exp */ -/* Prints rtxes, I customly classified as values. They're constants, +/* Prints rtxes, I customarily classified as values. They're constants, registers, labels, symbols and memory accesses. */ static void |