diff options
author | Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> | 2004-08-13 17:24:09 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-08-13 17:24:09 +0000 |
commit | 4f61394674dcc4035dc9cf4dc4d80ae765eca039 (patch) | |
tree | 7c75f659408f702b4a26ba44d1c92d87b6e579c2 /gcc/fortran/symbol.c | |
parent | b13de673b1fee82b3864646ab6a77a31ce393bd0 (diff) | |
download | gcc-4f61394674dcc4035dc9cf4dc4d80ae765eca039.zip gcc-4f61394674dcc4035dc9cf4dc4d80ae765eca039.tar.gz gcc-4f61394674dcc4035dc9cf4dc4d80ae765eca039.tar.bz2 |
gfortran.h: Add comments.
2004-08-13 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
* gfortran.h: Add comments.
* parse.c (parse_contained): Fix comment typo.
* resolve.c (was_declared): Ditto.
* symbol.c: Ditto.
From-SVN: r85950
Diffstat (limited to 'gcc/fortran/symbol.c')
-rw-r--r-- | gcc/fortran/symbol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/symbol.c b/gcc/fortran/symbol.c index 3159436..4b6c6e4 100644 --- a/gcc/fortran/symbol.c +++ b/gcc/fortran/symbol.c @@ -1560,7 +1560,7 @@ done: symbols are kept in a singly linked list so that we can commit or undo the changes at a later time. - A symtree may point to a symbol node outside of it's namespace. In + A symtree may point to a symbol node outside of its namespace. In this case, that symbol has been used as a host associated variable at some previous time. */ |