aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2001-09-11 00:20:23 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2001-09-11 00:20:23 +0000
commitfb530c07c16e5f5294341dd4675d833e951cf9a8 (patch)
treedd9f563a9189153b8e7a2d3d71c2577e726d60f8 /gcc/dbxout.c
parentf280fdf44d1a1ef5f03d9429ff0b4704ac585765 (diff)
downloadgcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.zip
gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.tar.gz
gcc-fb530c07c16e5f5294341dd4675d833e951cf9a8.tar.bz2
dbxout.c (dbxout_parms): Fix typo in comment.
* dbxout.c (dbxout_parms): Fix typo in comment. * unroll.c (loop_find_equiv_value): Ditto. * toplev.c (rest_of_compilation): Ditto. * loop.c (scan_loop): Ditto. (scan_loop): Ditto. * dwarf2out.c (struct dw_fde_struct): Ditto. From-SVN: r45531
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 1096910..4e7f70d 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -2450,7 +2450,7 @@ dbxout_parms (parms)
passing a float to an unprototyped function, gcc will store a
double on the stack, but if we emit a stab saying the type is a
float, then gdb will only read in a single value, and this will
- produce an erropneous value. */
+ produce an erroneous value. */
dbxout_type (DECL_ARG_TYPE (parms), 0);
current_sym_value = DEBUGGER_ARG_OFFSET (current_sym_value, addr);
dbxout_finish_symbol (parms);