From 50c13303f9dcb74ac0f8efb906f32356a65a39e7 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 1 Oct 2004 12:54:51 +0000 Subject: [PATCH] * java-tree.h: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88393 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/java/ChangeLog | 4 ++++ gcc/java/java-tree.h | 4 ++-- 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 + + * java-tree.h: Fix a comment typo. + 2004-09-30 Per Bothner 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' */ -- 2.7.4