* java-tree.h: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 2004 12:54:51 +0000 (12:54 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Oct 2004 12:54:51 +0000 (12:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88393 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/ChangeLog
gcc/java/java-tree.h

index 17faa13..3498453 100644 (file)
@@ -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.
index 4147b29..991eb03 100644 (file)
@@ -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' */