* gdbtypes.c (arch_flags_type): Fix comment.

* gdbtypes.h (arch_composite_type): Fix comment.
This commit is contained in:
Doug Evans 2010-01-14 18:58:57 +00:00
parent b9733481ab
commit eb90ce8316
3 changed files with 7 additions and 2 deletions

View file

@ -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)
{