diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index 58ae27f..5bb2ce5 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -134,7 +134,7 @@ struct cpp_context union utoken last; /* If non-NULL, a buffer used for storage related to this context. - When the context is popped, the buffer is freed. */ + When the context is popped, the buffer is released. */ _cpp_buff *buff; /* For a macro context, these are the macro and its arguments. */ |