diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-23 02:05:19 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-11-23 02:05:19 +0000 |
commit | 3fb1e43b955821cefaa85917b813a41b6fb8d204 (patch) | |
tree | 827acc65803788d44d036826826c0366d5c3edc9 /gcc/cppfiles.c | |
parent | 4ad72a0325ec1d17df81831a7c0437644a91e96f (diff) | |
download | gcc-3fb1e43b955821cefaa85917b813a41b6fb8d204.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47279 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index 32994f7256e..1fb357d642a 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -648,7 +648,7 @@ handle_missing_header (pfile, fname, angle_brackets) we can still produce correct output. Otherwise, we can't produce correct output, because there may be dependencies we need inside the missing file, and we don't know what directory this missing - file exists in. FIXME: Use a future cpp_diagnotic_with_errno () + file exists in. FIXME: Use a future cpp_diagnostic_with_errno () for both of these cases. */ else if (CPP_PRINT_DEPS (pfile) && ! print_dep) cpp_warning (pfile, "%s: %s", fname, xstrerror (errno)); |