* java-tree.h: Fixed typo.
From-SVN: r47805
This commit is contained in:
parent
5fcab23524
commit
0854b1c4ba
@ -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.
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user