diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-03 03:19:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-03 03:19:12 +0000 |
commit | 4828a73e551633c14e6ae9e0b2fe56c6bbddc0a7 (patch) | |
tree | ae8fa890d609128291d6fea611d508890e65babd /gcc/dbxout.c | |
parent | 5cc781508e02593002ea1198645539c3fc2f87bd (diff) | |
download | gcc-4828a73e551633c14e6ae9e0b2fe56c6bbddc0a7.zip gcc-4828a73e551633c14e6ae9e0b2fe56c6bbddc0a7.tar.gz gcc-4828a73e551633c14e6ae9e0b2fe56c6bbddc0a7.tar.bz2 |
* bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.
From-SVN: r90019
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 7ed47b6..e9ad8d3 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -3091,7 +3091,7 @@ dbxout_parms (tree parms) That is, its address was passed in a register. Output it as if it lived in that register. The debugger will know from the type - that it was actually passed by invisible reference. */ + that it was actually passed by invisible reference. */ code = DBX_REGPARM_STABS_CODE; |