aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Quinot <quinot@adacore.com>2008-07-31 14:37:24 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-07-31 14:37:24 +0200
commit13342fb00afb562f5c7f7eac1c1e97d79b840ef6 (patch)
treea5600916cb3c07a2cf590fddfa31ecb87641d784
parente102a1002ec0d706baacb0d155e28310a6685f08 (diff)
downloadgcc-13342fb00afb562f5c7f7eac1c1e97d79b840ef6.zip
gcc-13342fb00afb562f5c7f7eac1c1e97d79b840ef6.tar.gz
gcc-13342fb00afb562f5c7f7eac1c1e97d79b840ef6.tar.bz2
tbuild.ads: Fix several occurrences of incorrectly referring to Name_Find as Find_Name.
2008-07-31 Thomas Quinot <quinot@adacore.com> * tbuild.ads: Fix several occurrences of incorrectly referring to Name_Find as Find_Name. From-SVN: r138392
-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 1402863..cca0d20 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