diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2005-02-24 21:59:24 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2005-02-24 21:59:24 +0000 |
commit | 2054fc29c2be48c512dbad766bca3dc8da790d09 (patch) | |
tree | 08a4a82c4314b5e9909c84a8514a3fecae8c718e /gcc/fortran/decl.c | |
parent | 78dcd41a317d983e376790610471bdcb4967fc93 (diff) | |
download | gcc-2054fc29c2be48c512dbad766bca3dc8da790d09.zip gcc-2054fc29c2be48c512dbad766bca3dc8da790d09.tar.gz gcc-2054fc29c2be48c512dbad766bca3dc8da790d09.tar.bz2 |
* decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s).
From-SVN: r95518
Diffstat (limited to 'gcc/fortran/decl.c')
-rw-r--r-- | gcc/fortran/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/decl.c b/gcc/fortran/decl.c index 9ad5ef1..b3114ca 100644 --- a/gcc/fortran/decl.c +++ b/gcc/fortran/decl.c @@ -27,7 +27,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "parse.h" -/* This flag is set if a an old-style length selector is matched +/* This flag is set if an old-style length selector is matched during a type-declaration statement. */ static int old_char_selector; |