diff options
author | Tobias Schlüter <tobi@gcc.gnu.org> | 2006-11-11 18:56:11 +0100 |
---|---|---|
committer | Tobias Schlüter <tobi@gcc.gnu.org> | 2006-11-11 18:56:11 +0100 |
commit | ef56b98dcb31c5e99c9b14a6e48744469aec7277 (patch) | |
tree | 55e5d8d9cabe845cbd33eecf1fb948f3eabc9604 /gcc/fortran/array.c | |
parent | eebbe2c70e1dc028b3d8a858397e923073a0abb7 (diff) | |
download | gcc-ef56b98dcb31c5e99c9b14a6e48744469aec7277.zip gcc-ef56b98dcb31c5e99c9b14a6e48744469aec7277.tar.gz gcc-ef56b98dcb31c5e99c9b14a6e48744469aec7277.tar.bz2 |
Fix typo in previous check-in
From-SVN: r118702
Diffstat (limited to 'gcc/fortran/array.c')
-rw-r--r-- | gcc/fortran/array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/array.c b/gcc/fortran/array.c index 559662f..479e60b 100644 --- a/gcc/fortran/array.c +++ b/gcc/fortran/array.c @@ -1,5 +1,5 @@ /* Array things - Copyright (C) 2000, 2001, 2002, 2004, 2005, 3006 Free Software + Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by Andy Vaught |