This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[patch] java/except.c: Fix a comment typo.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 19 Apr 2005 11:44:27 -0400 (EDT)
- Subject: [patch] java/except.c: Fix a comment typo.
Hi,
Committed as obvious.
Kazu Hirata
2005-04-19 Kazu Hirata <kazu@cs.umass.edu>
* except.c: Fix a comment typo.
Index: except.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/except.c,v
retrieving revision 1.48
diff -u -d -p -r1.48 except.c
--- except.c 19 Apr 2005 09:52:21 -0000 1.48
+++ except.c 19 Apr 2005 15:42:13 -0000
@@ -230,7 +230,7 @@ split_range (struct eh_range *range, int
first_child = &range->first_child;
second_child = &h->first_child;
- /* Distribute the sub-ranges bewteen the two new ranges. */
+ /* Distribute the sub-ranges between the two new ranges. */
for (ptr = range->first_child; ptr; ptr = ptr->next_sibling)
{
if (ptr->start_pc < pc)