* java-tree.h: Fixed typo.

From-SVN: r47805
This commit is contained in:
Tom Tromey 2001-12-09 06:03:42 +00:00 committed by Tom Tromey
parent 5fcab23524
commit 0854b1c4ba
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-12-08 Tom Tromey <tromey@redhat.com>
* java-tree.h: Fixed typo.
* gjavah.c (decompile_method): Don't decompile to `return this'
for static methods.

View File

@ -644,7 +644,7 @@ struct lang_identifier
};
/* Macros for access to language-specific slots in an identifier. */
/* UNless specifide, each of these slots contains a DECL node or null. */
/* Unless specified, each of these slots contains a DECL node or null. */
/* This represents the value which the identifier has in the
file-scope namespace. */