diff options
author | Pascal Obry <obry@adacore.com> | 2008-07-31 12:26:05 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-07-31 12:26:05 +0200 |
commit | 049e74a7a6e09f1ed15c55537b8568c10ff4dbf4 (patch) | |
tree | 0b5ebef7910ecefdcd0e38dc27534b1e0e640588 | |
parent | c969c5cac3e72e4ffc6915d918d31d97512098eb (diff) | |
download | gcc-049e74a7a6e09f1ed15c55537b8568c10ff4dbf4.zip gcc-049e74a7a6e09f1ed15c55537b8568c10ff4dbf4.tar.gz gcc-049e74a7a6e09f1ed15c55537b8568c10ff4dbf4.tar.bz2 |
s-finimp.ads: Minor reformatting.
2008-07-31 Pascal Obry <obry@adacore.com>
* s-finimp.ads: Minor reformatting.
From-SVN: r138380
-rw-r--r-- | gcc/ada/s-finimp.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-finimp.ads b/gcc/ada/s-finimp.ads index 5bd1be1..7895326 100644 --- a/gcc/ada/s-finimp.ads +++ b/gcc/ada/s-finimp.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- -- @@ -66,7 +66,7 @@ package System.Finalization_Implementation is -- packages. They will be finalized after the main program completion. procedure Finalize_Global_List; - -- The procedure to be called in order to finalize the global list; + -- The procedure to be called in order to finalize the global list procedure Attach_To_Final_List (L : in out SFR.Finalizable_Ptr; @@ -102,7 +102,7 @@ package System.Finalization_Implementation is -- return object to the caller's finalization list. procedure Finalize_List (L : SFR.Finalizable_Ptr); - -- Call Finalize on each element of the list L; + -- Call Finalize on each element of the list L procedure Finalize_One (Obj : in out SFR.Finalizable); -- Call Finalize on Obj and remove its final list |