aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-06-12 19:01:08 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-12 19:01:08 +0000
commit6356f8928853bc14e841e5b4e990ce2508c38f26 (patch)
tree0f2925fe84100a624006d902c347d9fea822e422 /gcc/dwarfout.c
parent25f47a4c2358896aa2498b357a51166c0024d761 (diff)
downloadgcc-6356f8928853bc14e841e5b4e990ce2508c38f26.zip
gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.gz
gcc-6356f8928853bc14e841e5b4e990ce2508c38f26.tar.bz2
ChangeLog: Follow spelling conventions.
* ChangeLog: Follow spelling conventions. * ChangeLog.2: Likewise. * c-decl.c: Likewise. * cfgloop.h: Likewise. * cgraph.c: Likewise. * coverage.c: Likewise. * cppcharset.c: Likewise. * cpphash.h: Likewise. * cpplex.c: Likewise. * cpplib.c: Likewise. * dbxout.c: Likewise. * df.c: Likewise. * dwarf2out.c: Likewise. * dwarfout.c: Likewise. * emit-rtl.c: Likewise. * explow.c: Likewise. * gcov-io.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * gengtype.c: Likewise. * ggc.h: Likewise. * opts.c: Likewise. * real.c: Likewise. * reload.c: Likewise. * stmt.c: Likewise. From-SVN: r67849
Diffstat (limited to 'gcc/dwarfout.c')
-rw-r--r--gcc/dwarfout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index 8555443..663bb9f 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -3948,7 +3948,7 @@ output_label_die (arg)
rtx insn = DECL_RTL (decl);
/* Deleted labels are programmer specified labels which have been
- eliminated because of various optimisations. We still emit them
+ eliminated because of various optimizations. We still emit them
here so that it is possible to put breakpoints on them. */
if (GET_CODE (insn) == CODE_LABEL
|| ((GET_CODE (insn) == NOTE
@@ -5741,7 +5741,7 @@ dwarfout_file_scope_decl (decl, set_finalizing)
normal built-in types for the language we are compiling, except
in cases where the types in question are *not* DWARF fundamental
types. We make an exception in the case of non-fundamental types
- for the sake of objective C (and perhaps C++) because the GNU
+ for the sake of Objective-C (and perhaps C++) because the GNU
front-ends for these languages may in fact create certain "built-in"
types which are (for example) RECORD_TYPEs. In such cases, we
really need to output these (non-fundamental) types because other