aboutsummaryrefslogtreecommitdiff
path: root/gcc/dwarfout.c
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@gcc.gnu.org>2001-11-23 02:05:19 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2001-11-23 02:05:19 +0000
commita1f300c0f19c17e0b17fe8017bc3cb79f23337bd (patch)
tree827acc65803788d44d036826826c0366d5c3edc9 /gcc/dwarfout.c
parent754d92990a56ddb0319ecd360eed752684423f0a (diff)
downloadgcc-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/dwarfout.c')
-rw-r--r--gcc/dwarfout.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index cc6886d..3edaf35 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -1354,7 +1354,7 @@ static void retry_incomplete_types PARAMS ((void));
NOT issue a trailing newline. We define ASM_OUTPUT_DWARF_STRING_NEWLINE
based on whether ASM_OUTPUT_DWARF_STRING is defined or not. If it is
defined, we call it, then issue the line feed. If not, we supply a
- default defintion of calling ASM_OUTPUT_ASCII */
+ default definition of calling ASM_OUTPUT_ASCII */
#ifndef ASM_OUTPUT_DWARF_STRING
#define ASM_OUTPUT_DWARF_STRING_NEWLINE(FILE,P) \
@@ -1912,7 +1912,7 @@ fundamental_type_code (type)
const char *const name =
IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (type)));
- /* Note that here we can run afowl of a serious bug in "classic"
+ /* Note that here we can run afoul of a serious bug in "classic"
svr4 SDB debuggers. They don't seem to understand the
FT_ext_prec_float type (even though they should). */
@@ -1934,7 +1934,7 @@ fundamental_type_code (type)
if (TYPE_PRECISION (type) == FLOAT_TYPE_SIZE)
return FT_float;
- /* Note that here we can run afowl of a serious bug in "classic"
+ /* Note that here we can run afoul of a serious bug in "classic"
svr4 SDB debuggers. They don't seem to understand the
FT_ext_prec_float type (even though they should). */
@@ -5613,7 +5613,7 @@ output_decl (decl, containing_scope)
case PARM_DECL:
/* Force out the type of this formal, if it was not forced out yet.
- Note that here we can run afowl of a bug in "classic" svr4 SDB.
+ Note that here we can run afoul of a bug in "classic" svr4 SDB.
It should be able to grok the presence of type DIEs within a list
of TAG_formal_parameter DIEs, but it doesn't. */
@@ -5717,7 +5717,7 @@ dwarfout_file_scope_decl (decl, set_finalizing)
future (i.e. later on within the current translation unit).
So here we just ignore all file-scope function declarations
which are not also definitions. If and when the debugger needs
- to know something about these functions, it wil have to hunt
+ to know something about these functions, it will have to hunt
around and find the DWARF information associated with the
*definition* of the function.