aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-01 12:54:51 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-01 12:54:51 +0000
commit0690a9f4c59f50987728be49fa92601e1399c4d6 (patch)
tree0230cfc6a7940866cdcfe48b487a68658b5d38b6 /gcc/java
parentacfeef9caaa0aa5f3fe721b8a83ecd7c9d7edd02 (diff)
downloadgcc-0690a9f4c59f50987728be49fa92601e1399c4d6.zip
gcc-0690a9f4c59f50987728be49fa92601e1399c4d6.tar.gz
gcc-0690a9f4c59f50987728be49fa92601e1399c4d6.tar.bz2
* java-tree.h: Fix a comment typo.
From-SVN: r88393
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/java-tree.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 17faa13..3498453 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2004-10-01 Kazu Hirata <kazu@cs.umass.edu>
+
+ * java-tree.h: Fix a comment typo.
+
2004-09-30 Per Bothner <per@bothner.com>
Simplify lexer. Implement --enable-mapped-location support.
diff --git a/gcc/java/java-tree.h b/gcc/java/java-tree.h
index 4147b29..991eb03 100644
--- a/gcc/java/java-tree.h
+++ b/gcc/java/java-tree.h
@@ -956,8 +956,8 @@ struct lang_decl_func GTY(())
int max_locals;
int max_stack;
int arg_slot_count;
- /* A temportary lie for the sake of ggc. Actually, last_line is
- * only a source_location if USE_MAPPED_LOCATION. FIXME. */
+ /* A temporary lie for the sake of ggc. Actually, last_line is
+ only a source_location if USE_MAPPED_LOCATION. FIXME. */
source_location last_line; /* End line number for a function decl */
tree wfl; /* Information on the original location */
tree throws_list; /* Exception specified by `throws' */