mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
libcpp: fix typo
libcpp/ChangeLog: * macro.cc (_cpp_pop_context): Fix typo.
This commit is contained in:
@@ -2905,7 +2905,7 @@ _cpp_pop_context (cpp_reader *pfile)
|
||||
}
|
||||
|
||||
pfile->context = context->prev;
|
||||
/* decrease peak memory consumption by feeing the context. */
|
||||
/* Decrease peak memory consumption by freeing the context. */
|
||||
pfile->context->next = NULL;
|
||||
free (context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user