summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-08 07:03:32 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-04-08 07:03:32 +0000
commit31908392a81405c83b4de1e8cdae0e35327c4736 (patch)
tree682cfa596637236c166a289406cc504cdf3d33a1
parent4c5a2a92a0d7a8f926ffcd2d12ce07a43d3520a1 (diff)
downloadgcc-31908392a81405c83b4de1e8cdae0e35327c4736.tar.gz
Update comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@134072 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ada/nlists.ads4
1 files changed, 2 insertions, 2 deletions
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);