* gdbtypes.c (get_discrete_bounds): Fix a comment typo.
This commit is contained in:
parent
4929784d4e
commit
c54d24cb8b
2 changed files with 5 additions and 1 deletions
|
@ -684,7 +684,7 @@ create_range_type (struct type *result_type, struct type *index_type,
|
|||
}
|
||||
|
||||
/* Set *LOWP and *HIGHP to the lower and upper bounds of discrete type TYPE.
|
||||
Return 1 of type is a range type, 0 if it is discrete (and bounds
|
||||
Return 1 if type is a range type, 0 if it is discrete (and bounds
|
||||
will fit in LONGEST), or -1 otherwise. */
|
||||
|
||||
int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue