diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-07-28 05:23:28 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2010-07-28 05:23:28 +0000 |
commit | 51680dfb0286dbacb62c112f8c09f3ebea4b2750 (patch) | |
tree | 2aff7a7c346aca765b86e3af2265a931e54fa6b1 | |
parent | 880a145176767b720c110f2a9a489c348e3c58c1 (diff) | |
download | gcc-51680dfb0286dbacb62c112f8c09f3ebea4b2750.zip gcc-51680dfb0286dbacb62c112f8c09f3ebea4b2750.tar.gz gcc-51680dfb0286dbacb62c112f8c09f3ebea4b2750.tar.bz2 |
Fix typos
From-SVN: r162617
-rw-r--r-- | gcc/ada/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 7324c3a..6b983fc 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -11,8 +11,8 @@ 2010-07-23 Eric Botcazou <ebotcazou@adacore.com> - * gcc-interfaces/utils.c (update_pointer_to): In the unconstrained - array case, merge the alias set of the old pointer type. + * gcc-interface/utils.c (update_pointer_to): In the unconstrained array + case, merge the alias set of the old pointer type. 2010-07-23 Eric Botcazou <ebotcazou@adacore.com> @@ -3367,7 +3367,7 @@ (gnat_to_gnu): Likewise. * gcc-interface/utils2.c (build_allocator): Likewise. -2010-05-07 Eric Botcazou <ebotcazou@adacore.com> +2010-05-07 Eric Botcazou <ebotcazou@adacore.com> PR 40989 * gcc-interface/misc.c (gnat_handle_option): Fix long line. |