diff options
Diffstat (limited to 'gcc/ada/sem_dist.ads')
-rw-r--r-- | gcc/ada/sem_dist.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/sem_dist.ads b/gcc/ada/sem_dist.ads index da64ef858ef..9f9b95d3e69 100644 --- a/gcc/ada/sem_dist.ads +++ b/gcc/ada/sem_dist.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- 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- -- @@ -31,8 +31,8 @@ with Types; use Types; package Sem_Dist is function Get_PCS_Name return PCS_Names; - -- Return the name of a literal of type System.Partition_Interface. - -- DSA_Implementation_Type indicating what PCS is currently in use. + -- Return the name of a literal of type DSA_Implementation_Name in package + -- System.Partition_Interface indicating what PCS is currently in use. function Get_PCS_Version return Int; -- Return the version number of the PCS API implemented by the PCS. |