summaryrefslogtreecommitdiffstats
path: root/gcc/java/constants.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-18 22:15:51 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-01-18 22:15:51 +0000
commit4f9026a9b0a68137c21132b26e7c6ee69738d56b (patch)
tree844d5b8a384374b2b793ce1f6da97b6f65d60189 /gcc/java/constants.c
parent102d540782c8dc5e748d5dc86349a8a673b1dfac (diff)
downloadppe42-gcc-4f9026a9b0a68137c21132b26e7c6ee69738d56b.tar.gz
ppe42-gcc-4f9026a9b0a68137c21132b26e7c6ee69738d56b.zip
* check-init.c: Fix comment typos.
* class.c: Likewise. * constants.c: Likewise. * decl.c: Likewise. * except.c: Likewise. * expr.c: Likewise. * java-except.h: Likewise. * java-tree.h: Likewise. * javaop.h: Likewise. * jcf-dump.c: Likewise. * jcf-io.c: Likewise. * jcf-parse.c: Likewise. * jcf-write.c: Likewise. * lang.c: Likewise. * mangle.c: Likewise. * typeck.c: Likewise. * verify.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61477 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/constants.c')
-rw-r--r--gcc/java/constants.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/constants.c b/gcc/java/constants.c
index 583e0bd7134..cdf307c7f65 100644
--- a/gcc/java/constants.c
+++ b/gcc/java/constants.c
@@ -401,7 +401,7 @@ build_ref_from_constant_pool (int index)
return build1 (INDIRECT_REF, ptr_type_node, t);
}
-/* Build an initializer for the constants field of the current constal pool.
+/* Build an initializer for the constants field of the current constant pool.
Should only be called at top-level, since it may emit declarations. */
tree
OpenPOWER on IntegriCloud