diff options
Diffstat (limited to 'gdb/c-varobj.c')
-rw-r--r-- | gdb/c-varobj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/c-varobj.c b/gdb/c-varobj.c index 21db8cd..50ce202 100644 --- a/gdb/c-varobj.c +++ b/gdb/c-varobj.c @@ -28,7 +28,7 @@ static void cplus_class_num_children (struct type *type, int children[3]); #define ANONYMOUS_UNION_NAME _("<anonymous union>") /* Does CHILD represent a child with no name? This happens when - the child is an anonmous struct or union and it has no field name + the child is an anonymous struct or union and it has no field name in its parent variable. This has already been determined by *_describe_child. The easiest |