diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-04-08 09:03:32 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-04-08 09:03:32 +0200 |
commit | 1aa9da5b1cd6d70bcb3d900e6d9ca470bf759e3d (patch) | |
tree | 682cfa596637236c166a289406cc504cdf3d33a1 /gcc/ada | |
parent | 7d903840966cbd9360b26507ced43c07a0868976 (diff) | |
download | gcc-1aa9da5b1cd6d70bcb3d900e6d9ca470bf759e3d.zip gcc-1aa9da5b1cd6d70bcb3d900e6d9ca470bf759e3d.tar.gz gcc-1aa9da5b1cd6d70bcb3d900e6d9ca470bf759e3d.tar.bz2 |
Update comments.
From-SVN: r134072
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/nlists.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/nlists.ads b/gcc/ada/nlists.ads index b3f6209..75072e2 100644 --- a/gcc/ada/nlists.ads +++ b/gcc/ada/nlists.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- -- @@ -201,7 +201,7 @@ package Nlists is function Is_Empty_List (List : List_Id) return Boolean; pragma Inline (Is_Empty_List); -- This function determines if a given list id references a node list that - -- contains no items. No_List is a not a legitimate argument. + -- contains no items. No_List as an argument returns True. function Is_Non_Empty_List (List : List_Id) return Boolean; pragma Inline (Is_Non_Empty_List); |