Commit 0854b1c4 by Tom Tromey Committed by Tom Tromey

* java-tree.h: Fixed typo.

From-SVN: r47805
parent 5fcab235
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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment