summaryrefslogtreecommitdiff
path: root/gdb/gdbtypes.c
diff options
context:
space:
mode:
authorWu Zhou <woodzltc@cn.ibm.com>2005-06-27 08:38:13 +0000
committerWu Zhou <woodzltc@cn.ibm.com>2005-06-27 08:38:13 +0000
commitc54d24cb8b517d6ee405c1b3e5892cde01559d92 (patch)
treee0109850887a0f3f10d268bb3d7953345e52eeff /gdb/gdbtypes.c
parent4929784d4e82c245986500a1eeaefd7c1c7f3a46 (diff)
downloadbinutils-gdb-c54d24cb8b517d6ee405c1b3e5892cde01559d92.tar.gz
* gdbtypes.c (get_discrete_bounds): Fix a comment typo.
Diffstat (limited to 'gdb/gdbtypes.c')
-rw-r--r--gdb/gdbtypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c
index 86f1bebfead..c1af73164c5 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