summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-11 00:20:23 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-09-11 00:20:23 +0000
commitdae39efcde3ab87345506472eb92e2745f4e8536 (patch)
treedd9f563a9189153b8e7a2d3d71c2577e726d60f8 /gcc/dbxout.c
parenta803096302aeff495fe604df57d4cb56930835c5 (diff)
downloadgcc-dae39efcde3ab87345506472eb92e2745f4e8536.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45531 138bc75d-0d04-0410-961f-82ee72b054a4
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 109691069fb..4e7f70da711 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);