* valprint.c (print_floating): Fix comment typo.
authorBen Elliston <bje@au.ibm.com>
Fri, 10 Jun 2005 06:07:32 +0000 (06:07 +0000)
committerBen Elliston <bje@au.ibm.com>
Fri, 10 Jun 2005 06:07:32 +0000 (06:07 +0000)
gdb/ChangeLog
gdb/valprint.c

index 98fed193985ff02647ad5bbe21c0a38e6fd936ee..2d7e44875f6c3729dc65595680074b616250cb61 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-10  Ben Elliston  <bje@au.ibm.com>
+
+       * valprint.c (print_floating): Fix comment typo.
+
 2005-06-09  Jeff Johnston  <jjohnstn@redhat.com>
 
        * ia64-tdep.c (ia64_pseudo_register_read): Use gdb_byte and
index ac2d401aae939544854497d3c378e3e9f66ac3c2..b65f8e553b81031104866733d194fa748a7871ce 100644 (file)
@@ -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.  */
 
This page took 0.028426 seconds and 4 git commands to generate.