From: Wu Zhou Date: Mon, 27 Jun 2005 08:38:13 +0000 (+0000) Subject: * gdbtypes.c (get_discrete_bounds): Fix a comment typo. X-Git-Tag: gdb-csl-arm-20051020-branchpoint~900 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c54d24cb8b517d6ee405c1b3e5892cde01559d92;p=platform%2Fupstream%2Fbinutils.git * gdbtypes.c (get_discrete_bounds): Fix a comment typo. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7a365e3..7fc768b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-06-27 Wu Zhou + + * gdbtypes.c (get_discrete_bounds): Fix a comment typo. + 2005-06-25 Mark Kettenis * sol-thread.c (sol_thread_xfer_memory): Change type of second diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index 86f1beb..c1af731 100644 --- a/gdb/gdbtypes.c +++ b/gdb/gdbtypes.c @@ -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