From e7dc5b4f224051483b5df3bb38bd0c2f1b1147f1 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 23 Jan 2005 14:36:26 +0000 Subject: data.c, [...]: Fix comment typos. * data.c, dependency.c, f95-lang.c, io.c, trans-array.c, trans-decl.c, trans-expr.c, trans-intrinsic.c, trans-io.c, trans-stmt.c, trans-types.c, trans.h: Fix comment typos. Follow spelling conventions. From-SVN: r94111 --- gcc/fortran/dependency.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/fortran/dependency.c') diff --git a/gcc/fortran/dependency.c b/gcc/fortran/dependency.c index a89e965..fb0c576 100644 --- a/gcc/fortran/dependency.c +++ b/gcc/fortran/dependency.c @@ -1,5 +1,5 @@ /* Dependency analysis - Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2005 Free Software Foundation, Inc. Contributed by Paul Brook This file is part of GCC. @@ -382,7 +382,7 @@ get_deps (mpz_t x1, mpz_t x2, mpz_t y) (l_start:l_end:l_stride) -> (0:no_of_elements) (r_start:r_end:r_stride) -> (X1:X2) Where r_end is implicit as both sections must have the same number of - elelments. + elements. Returns 0 on success, 1 of the transformation failed. */ /* TODO: Should this be (0:no_of_elements-1) */ -- cgit v1.1