aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/error.c
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>2005-05-23 00:12:48 +0200
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2005-05-22 22:12:48 +0000
commite88763d1c8b0e429ddc95f33473f8c26fa31a99e (patch)
tree1126af2d6cac3f654ffe1b434a368bed9bdc5a35 /gcc/fortran/error.c
parentc220bdaec9733bbeb9bfd96dedb706db9af73338 (diff)
downloadgcc-e88763d1c8b0e429ddc95f33473f8c26fa31a99e.zip
gcc-e88763d1c8b0e429ddc95f33473f8c26fa31a99e.tar.gz
gcc-e88763d1c8b0e429ddc95f33473f8c26fa31a99e.tar.bz2
* error.c (gfc_warning): Fix typo in comment.
From-SVN: r100070
Diffstat (limited to 'gcc/fortran/error.c')
-rw-r--r--gcc/fortran/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/error.c b/gcc/fortran/error.c
index dd56aeba..c531329 100644
--- a/gcc/fortran/error.c
+++ b/gcc/fortran/error.c
@@ -486,7 +486,7 @@ gfc_warning (const char *format, ...)
/* Possibly issue a warning/error about use of a nonstandard (or deleted)
feature. An error/warning will be issued if the currently selected
standard does not contain the requested bits. Return FAILURE if
- and error is generated. */
+ an error is generated. */
try
gfc_notify_std (int std, const char *format, ...)