diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 12:42:06 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-28 12:42:06 +0000 |
commit | dd5b4b36c6c82b6018d550a469311d9c80bda0d2 (patch) | |
tree | 5147904e5bf678349cb97df457fd5f0fafc4363e /gcc/diagnostic.h | |
parent | fee90afd23c293c1de32679801427d008bdc4b48 (diff) | |
download | ppe42-gcc-dd5b4b36c6c82b6018d550a469311d9c80bda0d2.tar.gz ppe42-gcc-dd5b4b36c6c82b6018d550a469311d9c80bda0d2.zip |
* ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,
ChangeLog.5, ChangeLog, ChangeLog.lib, FSFChangeLog.10, ONEWS,
c-common.c, caller-save.c, cfg.c, cfgcleanup.c, cfgrtl.c,
collect2.c, df.h, diagnostic.h, final.c, gcse.c, gthr.h,
haifa-sched.c, jump.c, local-alloc.c, profile.c, protoize.c,
regmove.c, reload1.c, rtlanal.c, sched-vis.c, ssa.c, stmt.c,
system.h, toplev.c: Fix spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46580 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 403941ca43f..377b0e9452b 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -221,7 +221,7 @@ struct diagnostic_context displayed. */ #define diagnostic_finalizer(DC) (DC)->end_diagnostic -/* Extention hook for client. */ +/* Extension hook for client. */ #define diagnostic_auxiliary_data(DC) (DC)->x_data /* Client supplied function used to decode formats. Can operate on both |