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 | 409f731b6adbf170e58020772f7e99614c6a5a00 (patch) | |
tree | da35eae47bdfeff919239d76dada2ef58053044e /gdb/cp-valprint.c | |
parent | 9827e982d1212119f8fa633a32a34ecf81e93c28 (diff) | |
download | gdb-409f731b6adbf170e58020772f7e99614c6a5a00.tar.gz |
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 e82861307ce..2ec1c6c7025 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. */ |