From: Arnaud Charlet Date: Tue, 8 Apr 2008 07:03:32 +0000 (+0200) Subject: Update comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1aa9da5b1cd6d70bcb3d900e6d9ca470bf759e3d;p=gcc.git Update comments. From-SVN: r134072 --- diff --git a/gcc/ada/nlists.ads b/gcc/ada/nlists.ads index b3f6209ec52..75072e2b8a1 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);