diff options
Diffstat (limited to 'gdb/cp-valprint.c')
-rw-r--r-- | gdb/cp-valprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cp-valprint.c b/gdb/cp-valprint.c index e828613..2ec1c6c 100644 --- a/gdb/cp-valprint.c +++ b/gdb/cp-valprint.c @@ -458,7 +458,7 @@ cp_print_value_fields (struct type *type, struct type *real_type, char *valaddr, } /* non-RRBC case */ else { - /* FIXME -- seem comments above */ + /* FIXME -- see comments above */ /* RRBC support present; function pointers are found * by indirection through the class segment entries. */ |