diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-14 12:37:28 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-14 12:37:28 +0000 |
commit | 13795658b50234d99cf2b671214000131b132952 (patch) | |
tree | 86ce1a2225fed2b523fd783f41a07ab8fd9cee98 /gcc/fortran/gfortran.h | |
parent | 98ddffc1c10f62fca6e92b358b0a6d4398add660 (diff) | |
download | gcc-13795658b50234d99cf2b671214000131b132952.zip gcc-13795658b50234d99cf2b671214000131b132952.tar.gz gcc-13795658b50234d99cf2b671214000131b132952.tar.bz2 |
data.c, [...]: Fix comment typos.
* data.c, decl.c, f95-lang.c, gfortran.h, match.c,
trans-array.c, trans-common.c, trans-expr.c,
trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.h: Fix
comment typos. Follow spelling conventions.
From-SVN: r87492
Diffstat (limited to 'gcc/fortran/gfortran.h')
-rw-r--r-- | gcc/fortran/gfortran.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index 0e15252..f33e79b 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -974,7 +974,7 @@ typedef union gfc_simplify_f; /* Again like gfc_check_f, these specify the type of the resolution - function associated with an intrinsic. The fX are juse like in + function associated with an intrinsic. The fX are just like in gfc_check_f. f1m is used for MIN and MAX, s1 is used for abort(). */ |