diff options
author | Jim Kingdon <kingdon@redhat.com> | 1999-08-04 01:50:08 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-04 01:50:08 -0600 |
commit | 318e4b5687b76ef2ae9a80d414b6e3c9f75a5e74 (patch) | |
tree | bab56d220c0ab9f6e42804ea6a5e1abdd2bd1cf2 /gcc/global.c | |
parent | d2dace57711db9d84c0600d87b36bc818214a97a (diff) | |
download | gcc-318e4b5687b76ef2ae9a80d414b6e3c9f75a5e74.tar.gz |
* global.c: Fix comment.
From-SVN: r28488
Diffstat (limited to 'gcc/global.c')
-rw-r--r-- | gcc/global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c index 9649b6e2725..3a98f590ffc 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -1761,7 +1761,7 @@ build_insn_chain (first) *p = 0; } -/* Print debugging trace information if -greg switch is given, +/* Print debugging trace information if -dg switch is given, showing the information on which the allocation decisions are based. */ static void |