mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
fix tipo
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user