diff options
author | David Anderson <davea@sgi.com> | 2000-09-01 23:43:26 +0000 |
---|---|---|
committer | David Anderson <davea@sgi.com> | 2000-09-01 23:43:26 +0000 |
commit | 4d33f4157b9aaeee3d6f6b976d3de5ab459b255b (patch) | |
tree | bde2eb92c7d454bd9ce4c1dfba3d6dda7c2b16b9 /gdb/cp-valprint.c | |
parent | ee923081b69e8f5a51754091ed3b61f0d8184638 (diff) | |
download | gdb-4d33f4157b9aaeee3d6f6b976d3de5ab459b255b.zip gdb-4d33f4157b9aaeee3d6f6b976d3de5ab459b255b.tar.gz gdb-4d33f4157b9aaeee3d6f6b976d3de5ab459b255b.tar.bz2 |
Typo in comment fixed: seem->see
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. */ |