g-heasor.ads: Minor comment fix (unit is now pure)
authorRobert Dewar <dewar@adacore.com>
Mon, 26 May 2008 09:40:55 +0000 (11:40 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 26 May 2008 09:40:55 +0000 (11:40 +0200)
2008-05-26  Robert Dewar  <dewar@adacore.com>

* g-heasor.ads: Minor comment fix (unit is now pure)

From-SVN: r135903

gcc/ada/g-heasor.ads

index a30d0b6325bd8723d0cfec1568bf43dc76ec45bf..177f40ce770424529ff73e7b1c50b260641324e8 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                     Copyright (C) 1995-2006, AdaCore                     --
+--                     Copyright (C) 1995-2008, AdaCore                     --
 --                                                                          --
 -- 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- --
@@ -43,9 +43,7 @@
 
 --  See also GNAT.Heap_Sort_G which is a generic version that will be faster
 --  since the overhead of the indirect calls is avoided, at the expense of
---  generic code duplication and less convenient interface. The generic version
---  also has the advantage of being Pure, while this unit can only be
---  Preelaborate, because of the access types.
+--  generic code duplication and less convenient interface.
 
 --  Note: GNAT.Heap_Sort replaces and obsoletes GNAT.Heap_Sort_A, which is
 --  retained in the GNAT library for backwards compatibility.