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/resolve.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/resolve.c')
-rw-r--r-- | gcc/fortran/resolve.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/resolve.c b/gcc/fortran/resolve.c index ecbd89d..4d98f46 100644 --- a/gcc/fortran/resolve.c +++ b/gcc/fortran/resolve.c @@ -884,8 +884,8 @@ set_type: } -/* Figure out if if a function reference is pure or not. Also sets the name - of the function for a potential error message. Returns nonzero if the +/* Figure out if a function reference is pure or not. Also set the name + of the function for a potential error message. Return nonzero if the function is PURE, zero if not. */ static int |