diff options
Diffstat (limited to 'gcc/diagnostic.h')
-rw-r--r-- | gcc/diagnostic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h index 4105e0a..403941c 100644 --- a/gcc/diagnostic.h +++ b/gcc/diagnostic.h @@ -61,7 +61,7 @@ typedef int (*printer_fn) PARAMS ((output_buffer *)); /* This data structure encapsulates an output_buffer's state. */ typedef struct { - /* The prefix for each new line. */ + /* The prefix for each new line. */ const char *prefix; /* The real upper bound of number of characters per line, taking into @@ -191,7 +191,7 @@ struct diagnostic_context */ void (*begin_diagnostic) PARAMS ((output_buffer *, diagnostic_context *)); - /* This function is called after the diagnostic message is printed. */ + /* This function is called after the diagnostic message is printed. */ void (*end_diagnostic) PARAMS ((output_buffer *, diagnostic_context *)); /* Hook for front-end extensions. */ |