From: James E Wilson Date: Mon, 15 Aug 2005 23:38:44 +0000 (-0700) Subject: Fix typo in alpha port found while grepping for ia64 info. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35fd1d777afc784654139c33ffb9c1cd25bbd072;p=gcc.git Fix typo in alpha port found while grepping for ia64 info. * system-linux-alpha.ads: Change ia64 to alpha. From-SVN: r103132 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 68df881057e..6906394b270 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2005-08-15 James E. Wilson + + * system-linux-alpha.ads: Change ia64 to alpha. + 2005-08-01 Kazu Hirata * decl.c, utils.c: Fix comment typos. diff --git a/gcc/ada/system-linux-alpha.ads b/gcc/ada/system-linux-alpha.ads index 3f058103585..89f8c1f2da9 100644 --- a/gcc/ada/system-linux-alpha.ads +++ b/gcc/ada/system-linux-alpha.ads @@ -5,7 +5,7 @@ -- S Y S T E M -- -- -- -- S p e c -- --- (GNU-Linux/ia64 Version) -- +-- (GNU-Linux/alpha Version) -- -- -- -- Copyright (C) 1992-2005 Free Software Foundation, Inc. -- -- --