diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-11-27 20:48:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-11-27 20:48:17 +0000 |
commit | 0b1214ef13b33d75963d99c88e166d6f7cd73e36 (patch) | |
tree | 00982aa2e87de6ad9c146269be0ed2177614ef58 /gcc/java/decl.c | |
parent | 270af55dd492407a9b18ab75458b2f9ecac98cb1 (diff) | |
download | gcc-0b1214ef13b33d75963d99c88e166d6f7cd73e36.zip gcc-0b1214ef13b33d75963d99c88e166d6f7cd73e36.tar.gz gcc-0b1214ef13b33d75963d99c88e166d6f7cd73e36.tar.bz2 |
* class.c, decl.c, expr.c: Fix comment typos.
From-SVN: r91392
Diffstat (limited to 'gcc/java/decl.c')
-rw-r--r-- | gcc/java/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/decl.c b/gcc/java/decl.c index 103a112..5ec5d78 100644 --- a/gcc/java/decl.c +++ b/gcc/java/decl.c @@ -256,7 +256,7 @@ check_local_unnamed_variable (tree best, tree decl, tree type) new VAR_DECL. ???: As long as verification is correct, this will be a - compatible type. But maybe we should create a dummy vribale + compatible type. But maybe we should create a dummy variable and replace all references to it with the DECL and a NOP_EXPR. */ |