trans-intrinsic.c (gfc_get_symbol_for_expr): Fix comment typo, clarify comment.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Fri, 4 Mar 2005 00:02:22 +0000 (01:02 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Fri, 4 Mar 2005 00:02:22 +0000 (01:02 +0100)
* trans-intrinsic.c (gfc_get_symbol_for_expr): Fix comment typo,
clarify comment.

From-SVN: r95852

gcc/fortran/ChangeLog
gcc/fortran/trans-intrinsic.c

index 6df6301bd4e7cb40a2705d804221d971983c3832..7507564b4385d11d625f7aa5c7c4d949bed21f20 100644 (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)
 
index 57bb8c337371106682e949e38269f04c96592f61..f5c0497f7c0a58f8c995fade3df60bbe7656fd59 100644 (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)