aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index 29f20d7..32b3d89 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -390,7 +390,7 @@ struct cpp_options
typedef struct cpp_file_change cpp_file_change;
struct cpp_file_change
{
- struct line_map *map; /* Line map to use until next callback. */
+ struct line_map *map; /* Line map, valid until next callback. */
unsigned int line; /* Logical line number of next line. */
enum lc_reason reason; /* Reason for change. */
unsigned char sysp; /* Nonzero if system header. */