diff options
Diffstat (limited to 'gdb/varobj.c')
-rw-r--r-- | gdb/varobj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/varobj.c b/gdb/varobj.c index f37618a..81b8e61 100644 --- a/gdb/varobj.c +++ b/gdb/varobj.c @@ -2414,7 +2414,7 @@ varobj_invalidate_if_uses_objfile (struct objfile *objfile) /* var->value->type and var->type might also reference the objfile. This is taken care of in value.c:preserve_values which deals with - making sure that objfile-owend types are replaced with + making sure that objfile-owned types are replaced with gdbarch-owned equivalents. */ }); } |