From: Kazu Hirata Date: Fri, 1 Oct 2004 12:54:51 +0000 (+0000) Subject: * java-tree.h: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0690a9f4c59f50987728be49fa92601e1399c4d6;p=gcc.git * java-tree.h: Fix a comment typo. From-SVN: r88393 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 17faa138a97..34984531211 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 4147b2970a3..991eb0376b8 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' */