From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a6b7b732cd928181,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!k41g2000yqm.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Hibou57_=28Yannick_Duch=EAne=29?= Newsgroups: comp.lang.ada Subject: Tiny mistaken on an AdaPower page Date: Wed, 10 Feb 2010 18:01:49 -0800 (PST) Organization: http://groups.google.com Message-ID: <36d4ce84-68b0-41d6-8506-1c66a90a0cd6@k41g2000yqm.googlegroups.com> NNTP-Posting-Host: 86.75.149.114 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1265853709 29575 127.0.0.1 (11 Feb 2010 02:01:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 11 Feb 2010 02:01:49 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k41g2000yqm.googlegroups.com; posting-host=86.75.149.114; posting-account=vrfdLAoAAAAauX_3XwyXEwXCWN3A1l8D User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; fr),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9102 Date: 2010-02-10T18:01:49-08:00 List-Id: I've a tiny error on an AdaPower website page. I wanted to tell them via the contact link, but it requires a login and the the registration does not seem to work at all. So if any one here know the webmaster, please, tell him/her. Its on http://www.adapower.com/index.php?Command=Class&ClassID=DataStructures&CID=304 The tiny mistake is in > It implements Finalize by calling the Release procedure of the > semaphore: >. > procedure Finalize (Control : in out Semaphore_Control) is > begin > Control.Semaphore.Seize; > end; I you guess, it should be Control.Semaphore.Release. The wording which precedes the snip is ok by the way.