Commit 4b9b6210 by Tobias Schlüter Committed by Tobias Schlüter

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
parent ad16e76b
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)
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment