summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-31 12:37:24 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2008-07-31 12:37:24 +0000
commit6fb5ae89e15d7496c85531ec9d2491fe9bee5dca (patch)
treea5600916cb3c07a2cf590fddfa31ecb87641d784
parentd0fbdcb23d2cba9e67e47340dae518d5c2cd0eeb (diff)
downloadgcc-6fb5ae89e15d7496c85531ec9d2491fe9bee5dca.tar.gz
2008-07-31 Thomas Quinot <quinot@adacore.com>
* tbuild.ads: Fix several occurrences of incorrectly referring to Name_Find as Find_Name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138392 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ada/tbuild.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/tbuild.ads b/gcc/ada/tbuild.ads
index 14028630021..cca0d200bf5 100644
--- a/gcc/ada/tbuild.ads
+++ b/gcc/ada/tbuild.ads
@@ -214,7 +214,7 @@ package Tbuild is
-- Suffix is also a single upper case letter other than O,Q,U,W,X and is a
-- required parameter (T is permitted). The constructed name is stored
- -- using Find_Name so that it can be located using a subsequent Find_Name
+ -- using Name_Find so that it can be located using a subsequent Name_Find
-- operation (i.e. it is properly hashed into the names table). The upper
-- case letter given as the Suffix argument ensures that the name does
-- not clash with any Ada identifier name. These generated names are
@@ -228,7 +228,7 @@ package Tbuild is
-- Suffix & Suffix_Index'Image
-- where Suffix is a single upper case letter other than O,Q,U,W,X and is
-- a required parameter (T is permitted). The constructed name is stored
- -- using Find_Name so that it can be located using a subsequent Find_Name
+ -- using Name_Find so that it can be located using a subsequent Name_Find
-- operation (i.e. it is properly hashed into the names table). The upper
-- case letter given as the Suffix argument ensures that the name does
-- not clash with any Ada identifier name. These generated names are