diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-17 21:20:21 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-17 21:20:21 +0000 |
commit | 2e681715d677449e633b64e4fb3f8f1ac0184fd4 (patch) | |
tree | cd25ff5583aa5901b43c9f4ac595b7447da6bce3 /gcc/tree-vect-analyze.c | |
parent | c6d010797f94f33e5c012334096bcff30ed83b04 (diff) | |
download | gcc-2e681715d677449e633b64e4fb3f8f1ac0184fd4.zip gcc-2e681715d677449e633b64e4fb3f8f1ac0184fd4.tar.gz gcc-2e681715d677449e633b64e4fb3f8f1ac0184fd4.tar.bz2 |
* libgcc2.c, tree-vect-analyze.c: Fix comment typos.
From-SVN: r95196
Diffstat (limited to 'gcc/tree-vect-analyze.c')
-rw-r--r-- | gcc/tree-vect-analyze.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-vect-analyze.c b/gcc/tree-vect-analyze.c index 5caf832..7071199 100644 --- a/gcc/tree-vect-analyze.c +++ b/gcc/tree-vect-analyze.c @@ -1,4 +1,4 @@ -/* Anlaysis Utilities for Loop Vectorization. +/* Analysis Utilities for Loop Vectorization. Copyright (C) 2003,2004,2005 Free Software Foundation, Inc. Contributed by Dorit Naishlos <dorit@il.ibm.com> |