diff options
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 7ed47b622f7..e9ad8d3bf79 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; |