From 2054fc29c2be48c512dbad766bca3dc8da790d09 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Thu, 24 Feb 2005 21:59:24 +0000 Subject: * decl.c, resolve.c, trans-array.c, trans.h: Fix comment typo(s). From-SVN: r95518 --- gcc/fortran/resolve.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/fortran/resolve.c') 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 -- cgit v1.1