diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 7e9c5d5..aad2841 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -371,7 +371,7 @@ struct cpp_options unsigned char stdc_0_in_system_headers; }; -/* Call backs. */ +/* Call backs to cpplib client. */ struct cpp_callbacks { /* Called when a new line of preprocessed output is started. */ |