diff options
author | Tobias Schlüter <tobias.schlueter@physik.uni-muenchen.de> | 2005-03-04 01:02:22 +0100 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2005-03-04 01:02:22 +0100 |
commit | 4b9b6210d6417bab2f1ab1253e217176bee2205d (patch) | |
tree | bbb33a545a0c5a07d7434b2a3cf1af80d9724d34 /gcc | |
parent | ad16e76bfd6045ba8d9148fb9e6f34d717af41c8 (diff) | |
download | gcc-4b9b6210d6417bab2f1ab1253e217176bee2205d.zip gcc-4b9b6210d6417bab2f1ab1253e217176bee2205d.tar.gz gcc-4b9b6210d6417bab2f1ab1253e217176bee2205d.tar.bz2 |
trans-intrinsic.c (gfc_get_symbol_for_expr): Fix comment typo, clarify comment.
* trans-intrinsic.c (gfc_get_symbol_for_expr): Fix comment typo,
clarify comment.
From-SVN: r95852
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/trans-intrinsic.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 6df6301..7507564 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2005-03-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> + + * trans-intrinsic.c (gfc_get_symbol_for_expr): Fix comment typo, + clarify comment. + 2005-02-28 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de> (port from g95) diff --git a/gcc/fortran/trans-intrinsic.c b/gcc/fortran/trans-intrinsic.c index 57bb8c3..f5c0497 100644 --- a/gcc/fortran/trans-intrinsic.c +++ b/gcc/fortran/trans-intrinsic.c @@ -1032,8 +1032,8 @@ gfc_conv_intrinsic_minmax (gfc_se * se, gfc_expr * expr, int op) } -/* Create a symbol node for this intrinsic. The symbol form the frontend - is for the generic name. */ +/* Create a symbol node for this intrinsic. The symbol from the frontend + has the generic name. */ static gfc_symbol * gfc_get_symbol_for_expr (gfc_expr * expr) |