fix tipo
authorAndrew Cagney <cagney@redhat.com>
Sun, 17 Mar 2002 01:32:54 +0000 (01:32 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 17 Mar 2002 01:32:54 +0000 (01:32 +0000)
gdb/ChangeLog
gdb/value.h

index 7a76faf..8034264 100644 (file)
@@ -2,7 +2,9 @@
 
        * value.h (struct value): Delete field ``substring_addr''.  Change
        aligner fields to force_doublest_align, force_longest_align,
-       force_core_addr_align and force_pointer_align.
+       force_core_addr_align and force_pointer_aligh.
+
+       * value.h (struct value): Fix typo in above change.
 
 2002-03-16  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
 
index fe0e93a..62dc490 100644 (file)
@@ -161,7 +161,7 @@ struct value
        DOUBLEST force_doublest_align;
        LONGEST force_longest_align;
        CORE_ADDR force_core_addr_align;
-       void *force_pointer_aligh;
+       void *force_pointer_align;
       }
     aligner;
     /* Do not add any new members here -- contents above will trash them */