From c41b8590bddfe12c9e1642c74e7b52995f64cc6e Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 10 Jun 2005 06:07:32 +0000 Subject: * valprint.c (print_floating): Fix comment typo. --- gdb/valprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/valprint.c') diff --git a/gdb/valprint.c b/gdb/valprint.c index ac2d401..b65f8e5 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. */ -- cgit v1.1