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
This commit is contained in:
Tobias Schlüter 2005-03-04 01:02:22 +01:00 committed by Tobias Schlüter
parent ad16e76bfd
commit 4b9b6210d6
2 changed files with 7 additions and 2 deletions

View file

@ -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)

View file

@ -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)