diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-14 09:05:23 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-14 09:05:23 +0000 |
commit | 1d46fb333071b3df51b326aeb246ac0d34611e02 (patch) | |
tree | bb35111f12e456c355aa3af1ccaeea7734adc296 /gcc/ada/g-table.ads | |
parent | 501afbd65eaf138011030efde9abe9b289710b4e (diff) | |
download | gcc-1d46fb333071b3df51b326aeb246ac0d34611e02.tar.gz |
Minor reformatting.
Update comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127475 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/g-table.ads')
-rw-r--r-- | gcc/ada/g-table.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/g-table.ads b/gcc/ada/g-table.ads index 819ff281bd4..ae64b8589c1 100644 --- a/gcc/ada/g-table.ads +++ b/gcc/ada/g-table.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1998-2005, AdaCore -- +-- Copyright (C) 1998-2007, 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- -- @@ -151,7 +151,7 @@ package GNAT.Table is -- array value. Current array values are not affected by this call. procedure Free; - -- Free all allocated memory for the table. A call to init is required + -- Free all allocated memory for the table. A call to Init is required -- before any use of this table after calling Free. First : constant Table_Index_Type := Table_Low_Bound; |