diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-01 12:54:51 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-01 12:54:51 +0000 |
commit | 50c13303f9dcb74ac0f8efb906f32356a65a39e7 (patch) | |
tree | 0230cfc6a7940866cdcfe48b487a68658b5d38b6 /gcc/java/java-tree.h | |
parent | bec03ae7c9fff6623337354261e73ef721efd569 (diff) | |
download | gcc-50c13303f9dcb74ac0f8efb906f32356a65a39e7.tar.gz |
* java-tree.h: Fix a comment typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88393 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/java-tree.h')
-rw-r--r-- | gcc/java/java-tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
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' */ |