Commit e88763d1 by Francois-Xavier Coudert Committed by François-Xavier Coudert

* error.c (gfc_warning): Fix typo in comment.

From-SVN: r100070
parent c220bdae
2005-05-22 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* error.c (gfc_warning): Fix typo in comment.
2005-05-18 Thomas Koenig <Thomas.Koenig@online.de> 2005-05-18 Thomas Koenig <Thomas.Koenig@online.de>
PR libfortran/21127 PR libfortran/21127
......
...@@ -486,7 +486,7 @@ gfc_warning (const char *format, ...) ...@@ -486,7 +486,7 @@ gfc_warning (const char *format, ...)
/* Possibly issue a warning/error about use of a nonstandard (or deleted) /* Possibly issue a warning/error about use of a nonstandard (or deleted)
feature. An error/warning will be issued if the currently selected feature. An error/warning will be issued if the currently selected
standard does not contain the requested bits. Return FAILURE if standard does not contain the requested bits. Return FAILURE if
and error is generated. */ an error is generated. */
try try
gfc_notify_std (int std, const char *format, ...) gfc_notify_std (int std, const char *format, ...)
......
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