diff options
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 |