aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-01-31 03:33:15 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-01-31 03:33:15 +0000
commit61a89891cdeeec44c5c7bc7b6cdc5ad762723efd (patch)
tree10ccd35ad99af1c2e37b87f6d1d775f79dc6e8dd /gcc/java/class.c
parent5e203bf88350d60801814a1993db77e2dc7c98e2 (diff)
downloadgcc-61a89891cdeeec44c5c7bc7b6cdc5ad762723efd.zip
gcc-61a89891cdeeec44c5c7bc7b6cdc5ad762723efd.tar.gz
gcc-61a89891cdeeec44c5c7bc7b6cdc5ad762723efd.tar.bz2
* class.c, jcf-parse.c: Fix comment typos.
From-SVN: r121372
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r--gcc/java/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c
index 060d871..28b0dfe 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -1671,7 +1671,7 @@ make_class_data (tree type)
/* gcj sorts fields so that static fields come first, followed by
instance fields. Unfortunately, by the time this takes place we
have already generated the reflection_data for this class, and
- that data contians indexes into the fields. So, we generate a
+ that data contains indexes into the fields. So, we generate a
permutation that maps each original field index to its final
position. Then we pass this permutation to
rewrite_reflection_indexes(), which fixes up the reflection