diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-11 11:25:28 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-11-11 11:25:28 +0000 |
commit | eaec9b3d7ed15d4d07e0091a361e52c73d2170b3 (patch) | |
tree | b852443590ce1b94b516d895ae6e1e58523886b8 /gcc/dwarf2out.c | |
parent | 592bf28c9096a01cf9576951123cb248d4869803 (diff) | |
download | gcc-eaec9b3d7ed15d4d07e0091a361e52c73d2170b3.zip gcc-eaec9b3d7ed15d4d07e0091a361e52c73d2170b3.tar.gz gcc-eaec9b3d7ed15d4d07e0091a361e52c73d2170b3.tar.bz2 |
ChangeLog.2, [...]: Fix spelling errors.
* ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog.5, ChangeLog,
cfg.c, cfganal.c, cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c,
collect2.c, combine.c, config.in, configure, configure.in,
conflict.c, dwarf2out.c, dwarfout.c, except.c, final.c, flow.c,
genattrtab.c, ggc-page.c, jump.c, lcm.c, predict.c, reg-stack.c,
reload1.c, rtlanal.c, sched-rgn.c, toplev.c, unwind-dw2-fde.h: Fix
spelling errors.
From-SVN: r46928
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index a78eb8f..12fcade 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -10569,7 +10569,7 @@ gen_member_die (type, context_die) members of this record or union type, we will also be trying to output DIEs to represent the *types* of those members. However the `type' function (above) will specifically avoid generating type DIEs for member - types *within* the list of member DIEs for this (containing) type execpt + types *within* the list of member DIEs for this (containing) type except for those types (of members) which are explicitly marked as also being members of this (containing) type themselves. The g++ front- end can force any given type to be treated as a member of some other |