aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-09-06 02:25:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-09-06 02:25:00 +0000
commitcd64dc985a81b4eb80a238f633df9f8e9c40ed90 (patch)
tree6986aaabf8b78d0d7811ad4cd7a7312cdc1d9a13 /gcc/java/decl.c
parent1634705dd6bf842b1dca21c690a38b3fdbef53a4 (diff)
downloadgcc-cd64dc985a81b4eb80a238f633df9f8e9c40ed90.zip
gcc-cd64dc985a81b4eb80a238f633df9f8e9c40ed90.tar.gz
gcc-cd64dc985a81b4eb80a238f633df9f8e9c40ed90.tar.bz2
check-init.c, [...]: Fix comment typos.
* check-init.c, decl.c, expr.c, gcj.texi, java-tree.h, jcf-parse.c, jcf.h, parse.h, parse.y, typeck.c: Fix comment typos. Follow spelling conventions. From-SVN: r103927
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r--gcc/java/decl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c
index ec8ff4e..de8f9ad 100644
--- a/gcc/java/decl.c
+++ b/gcc/java/decl.c
@@ -1231,7 +1231,7 @@ lookup_name (tree name)
}
/* Similar to `lookup_name' but look only at current binding level and
- the previous one if its the parameter level. */
+ the previous one if it's the parameter level. */
static tree
lookup_name_current_level (tree name)
@@ -2165,7 +2165,7 @@ java_mark_decl_local (tree decl)
static void
java_mark_cni_decl_local (tree decl)
{
- /* Setting DECL_LOCAL_CNI_METHOD_P changes the behaviour of the mangler.
+ /* Setting DECL_LOCAL_CNI_METHOD_P changes the behavior of the mangler.
We expect that we should not yet have referenced this decl in a
context that requires it. Check this invariant even if we don't have
support for hidden aliases. */
@@ -2179,7 +2179,7 @@ java_mark_cni_decl_local (tree decl)
DECL_LOCAL_CNI_METHOD_P (decl) = 1;
}
-/* Use the preceeding two functions and mark all members of the class. */
+/* Use the preceding two functions and mark all members of the class. */
void
java_mark_class_local (tree class)