aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-06-10 06:07:32 +0000
committerBen Elliston <bje@au.ibm.com>2005-06-10 06:07:32 +0000
commitc41b8590bddfe12c9e1642c74e7b52995f64cc6e (patch)
tree00e84a18b9de1b7e9931da10e1538b79beef830d /gdb/valprint.c
parent6bdb6dec9a4fc0732e8f093b850da4c2da1a26bc (diff)
downloadfsf-binutils-gdb-c41b8590bddfe12c9e1642c74e7b52995f64cc6e.zip
fsf-binutils-gdb-c41b8590bddfe12c9e1642c74e7b52995f64cc6e.tar.gz
fsf-binutils-gdb-c41b8590bddfe12c9e1642c74e7b52995f64cc6e.tar.bz2
* valprint.c (print_floating): Fix comment typo.
Diffstat (limited to 'gdb/valprint.c')
-rw-r--r--gdb/valprint.c2
1 files changed, 1 insertions, 1 deletions
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. */