* gdbtypes.c (arch_flags_type): Fix comment.
* gdbtypes.h (arch_composite_type): Fix comment.
This commit is contained in:
parent
b9733481ab
commit
eb90ce8316
3 changed files with 7 additions and 2 deletions
|
@ -3157,7 +3157,7 @@ arch_complex_type (struct gdbarch *gdbarch,
|
|||
}
|
||||
|
||||
/* Allocate a TYPE_CODE_FLAGS type structure associated with GDBARCH.
|
||||
NAME is the type name. LENGTH is the number of flag bits. */
|
||||
NAME is the type name. LENGTH is the size of the flag word in bytes. */
|
||||
struct type *
|
||||
arch_flags_type (struct gdbarch *gdbarch, char *name, int length)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue