aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-pooglo.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-pooglo.ads')
-rw-r--r--gcc/ada/s-pooglo.ads12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/s-pooglo.ads b/gcc/ada/s-pooglo.ads
index f8a440f..0a4d8eb 100644
--- a/gcc/ada/s-pooglo.ads
+++ b/gcc/ada/s-pooglo.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2011, 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- --
@@ -29,8 +29,8 @@
-- --
------------------------------------------------------------------------------
--- Storage pool corresponding to default global storage pool used for
--- types for which no storage pool is specified.
+-- Storage pool corresponding to default global storage pool used for types
+-- for which no storage pool is specified.
with System;
with System.Storage_Pools;
@@ -43,9 +43,9 @@ package System.Pool_Global is
-- Allocation strategy:
-- Call to malloc/free for each Allocate/Deallocate
- -- no user specifiable size
- -- no automatic reclaim
- -- minimal overhead
+ -- No user specifiable size
+ -- No automatic reclaim
+ -- Minimal overhead
-- Pool simulating the allocation/deallocation strategy used by the
-- compiler for access types globally declared.