* except.c: Fix a comment typo.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 19 Apr 2005 15:45:28 +0000 (15:45 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 19 Apr 2005 15:45:28 +0000 (15:45 +0000)
From-SVN: r98413

gcc/java/ChangeLog
gcc/java/except.c

index 371488a509af2ed1175d33c63968820e211acaac..a8ac54723d600c35eb95403b0c2d629514cbb86e 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * except.c: Fix a comment typo.
+
 2005-04-19  Julian Brown  <julian@codesourcery.com>
 
        * decl.c (finish_method): Revert patch from 2005-04-13 for breaking
index d181517ca064de2a16de774099dff0da24d6aae5..6a336bf588986a69ccba2c46c4d589ba5e9c19e3 100644 (file)
@@ -230,7 +230,7 @@ split_range (struct eh_range *range, int pc)
   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)