mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 18:41:27 +00:00
Fix "objstack" typo
I noticed some comments that mentions "objstack". The type is actually "obstack". This patch fixes the typos.
This commit is contained in:
@@ -2920,9 +2920,9 @@ type::remove_dyn_prop (dynamic_prop_node_kind kind)
|
||||
if (curr_node->prop_kind == kind)
|
||||
{
|
||||
/* Update the linked list but don't free anything.
|
||||
The property was allocated on objstack and it is not known
|
||||
The property was allocated on obstack and it is not known
|
||||
if we are on top of it. Nevertheless, everything is released
|
||||
when the complete objstack is freed. */
|
||||
when the complete obstack is freed. */
|
||||
if (NULL == prev_node)
|
||||
this->main_type->dyn_prop_list = curr_node->next;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user