[patch] java/except.c: Fix a comment typo.

Kazu Hirata kazu@cs.umass.edu
Tue Apr 19 15:45:00 GMT 2005


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)



More information about the Java-patches mailing list