From: Ben Elliston Date: Fri, 10 Jun 2005 06:07:32 +0000 (+0000) Subject: * valprint.c (print_floating): Fix comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c41b8590bddfe12c9e1642c74e7b52995f64cc6e;p=binutils-gdb.git * valprint.c (print_floating): Fix comment typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 98fed193985..2d7e44875f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-06-10 Ben Elliston + + * valprint.c (print_floating): Fix comment typo. + 2005-06-09 Jeff Johnston * ia64-tdep.c (ia64_pseudo_register_read): Use gdb_byte and diff --git a/gdb/valprint.c b/gdb/valprint.c index ac2d401aae9..b65f8e553b8 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -434,7 +434,7 @@ print_floating (const gdb_byte *valaddr, struct type *type, assumptions about the host and target floating point format. */ /* NOTE: cagney/2002-02-03: Since the TYPE of what was passed in may - not necessarially be a TYPE_CODE_FLT, the below ignores that and + not necessarily be a TYPE_CODE_FLT, the below ignores that and instead uses the type's length to determine the precision of the floating-point value being printed. */