diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-04-08 12:48:53 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-04-08 12:48:53 +0000 |
commit | e1da2b17fa1e397a0b12782881103bb764bce4cd (patch) | |
tree | 1d03a24053e4c98ac73469d931b004e0cc538d65 /gcc/ada/ada-tree.h | |
parent | 2b3dffa66b6294bea45c75538efdf5fe9fd53293 (diff) | |
download | gcc-e1da2b17fa1e397a0b12782881103bb764bce4cd.zip gcc-e1da2b17fa1e397a0b12782881103bb764bce4cd.tar.gz gcc-e1da2b17fa1e397a0b12782881103bb764bce4cd.tar.bz2 |
decl.c (prepend_attributes): Fix typo.
* decl.c (prepend_attributes): Fix typo.
* trans.c (Pragma_to_gnu): Likewise.
* utils.c (gnat_genericize): Likewise.
From-SVN: r134094
Diffstat (limited to 'gcc/ada/ada-tree.h')
-rw-r--r-- | gcc/ada/ada-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/ada-tree.h b/gcc/ada/ada-tree.h index 544138e..b38c34d 100644 --- a/gcc/ada/ada-tree.h +++ b/gcc/ada/ada-tree.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 1992-2007, Free Software Foundation, Inc. * + * Copyright (C) 1992-2008, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * |