diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 16:23:50 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-16 16:23:50 +0000 |
commit | 1d936ee2101533ee28ed5bd6f63fc68d9f308c40 (patch) | |
tree | e33afaec1a48dabdfffb966214f02786bf95c440 /gcc/java/parse.h | |
parent | 67be5fa16d72ad021e5cfac91b9d173367d3d707 (diff) | |
download | gcc-1d936ee2101533ee28ed5bd6f63fc68d9f308c40.tar.gz |
* ChangeLog, Make-lang.in, class.c, expr.c, gcj.texi, java-tree.h,
jcf-parse.c, jcf-write.c, lex.c, parse.h, parse.y, verify.c: Fix
spelling errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48075 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/parse.h')
-rw-r--r-- | gcc/java/parse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/parse.h b/gcc/java/parse.h index ccb18ccada9..1cc4b0b01f5 100644 --- a/gcc/java/parse.h +++ b/gcc/java/parse.h @@ -235,7 +235,7 @@ extern tree stabilize_reference PARAMS ((tree)); } /* Build the string parm$<O> and store in into the identifier N. This - is used to contruct the name of hidden parameters used to + is used to construct the name of hidden parameters used to initialize outer scope aliases. */ #define MANGLE_ALIAS_INITIALIZER_PARAMETER_NAME_ID(N, O) \ { \ |