From 318e4b5687b76ef2ae9a80d414b6e3c9f75a5e74 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Wed, 4 Aug 1999 01:50:08 -0600 Subject: [PATCH] * global.c: Fix comment. From-SVN: r28488 --- gcc/ChangeLog | 4 ++++ gcc/global.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fb4b3a8166e..b17ccd33860 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 4 01:48:08 1999 Jim Kingdon + + * global.c: Fix comment. + Wed Aug 4 01:43:01 1999 Ian Lance Taylor * gcc.c (access_check): New static function. 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 -- 2.30.2