aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-03-20 14:03:34 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-03-20 14:03:34 +0000
commitc048d56d7e1750c411ffc7f67415beab926c1d05 (patch)
tree7b1e1d68050cd2ac5999513fc27276e739d856d5 /gcc/java/class.c
parent9c024d9c08822b3241c9cb91b2f2e40ac19b75d5 (diff)
downloadgcc-c048d56d7e1750c411ffc7f67415beab926c1d05.zip
gcc-c048d56d7e1750c411ffc7f67415beab926c1d05.tar.gz
gcc-c048d56d7e1750c411ffc7f67415beab926c1d05.tar.bz2
class.c, [...]: Fix comment typos.
* class.c, gjavah.c, lang.c: Fix comment typos. * gcj.texi: Fix typos. From-SVN: r79744
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r--gcc/java/class.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/class.c b/gcc/java/class.c
index dc1659c..66bdeb9 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -201,7 +201,7 @@ add_assume_compiled (const char *ident, int excludep)
add_class_flag (&assume_compiled_tree, ident, excludep);
}
-/* The default value returned by enable_asserstions. */
+/* The default value returned by enable_assertions. */
#define DEFAULT_ENABLE_ASSERT (flag_emit_class_files || optimize == 0)
@@ -240,7 +240,7 @@ assume_compiled (const char *ident)
bool
enable_assertions (tree klass)
{
- /* Check if command-line specifies whether we should check asserrtions. */
+ /* Check if command-line specifies whether we should check assertions. */
if (klass != NULL_TREE && DECL_NAME (klass) && enable_assert_tree != NULL)
{