diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-23 02:05:19 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-23 02:05:19 +0000 |
commit | a1f300c0f19c17e0b17fe8017bc3cb79f23337bd (patch) | |
tree | 827acc65803788d44d036826826c0366d5c3edc9 /gcc/dwarf2out.c | |
parent | 754d92990a56ddb0319ecd360eed752684423f0a (diff) | |
download | gcc-a1f300c0f19c17e0b17fe8017bc3cb79f23337bd.zip gcc-a1f300c0f19c17e0b17fe8017bc3cb79f23337bd.tar.gz gcc-a1f300c0f19c17e0b17fe8017bc3cb79f23337bd.tar.bz2 |
ChangeLog.0, [...]: Fix spelling errors.
* ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog,
FSFChangeLog.10, c-decl.c, cppfiles.c, cppinit.c, cpplex.c,
cpplib.c, cppmain.c, cse.c, df.c, diagnostic.c, dominance.c,
dwarf2out.c, dwarfout.c, emit-rtl.c, errors.c, except.c, except.h,
explow.c, function.c, gcse.c, genrecog.c, predict.c, regmove.c,
sched-rgn.c, ssa-ccp.c, stmt.c, toplev.c: Fix spelling errors.
From-SVN: r47279
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 164b051..e5573bb 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -3004,7 +3004,7 @@ get_cfa_from_loc_descr (cfa, loc) cfa->offset = ptr->dw_loc_oprnd1.v.val_unsigned; break; default: - internal_error ("DW_LOC_OP %s not implememnted\n", + internal_error ("DW_LOC_OP %s not implemented\n", dwarf_stack_op_name (ptr->dw_loc_opc)); } } @@ -3224,7 +3224,7 @@ extern int flag_traditional; This value was chosen to give a reasonable range of values. */ #define DWARF_LINE_BASE -10 -/* First special line opcde - leave room for the standard opcodes. */ +/* First special line opcode - leave room for the standard opcodes. */ #define DWARF_LINE_OPCODE_BASE 10 /* Range of line offsets in a special line info. opcode. */ @@ -4752,7 +4752,7 @@ get_AT (die, attr_kind) /* Return the "low pc" attribute value, typically associated with a subprogram DIE. Return null if the "low pc" attribute is - either not prsent, or if it cannot be represented as an + either not present, or if it cannot be represented as an assembler label identifier. */ static inline const char * @@ -4765,7 +4765,7 @@ get_AT_low_pc (die) /* Return the "high pc" attribute value, typically associated with a subprogram DIE. Return null if the "high pc" attribute is - either not prsent, or if it cannot be represented as an + either not present, or if it cannot be represented as an assembler label identifier. */ static inline const char * |