From: David Anderson Date: Fri, 1 Sep 2000 23:43:26 +0000 (+0000) Subject: Typo in comment fixed: seem->see X-Git-Tag: newlib-1_9_0~1049 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d33f4157b9aaeee3d6f6b976d3de5ab459b255b;p=thirdparty%2Fbinutils-gdb.git Typo in comment fixed: seem->see --- 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. */