From patchwork Fri Nov 25 19:45:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ambrogino Modigliani X-Patchwork-Id: 17912 Received: (qmail 24995 invoked by alias); 25 Nov 2016 19:45:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 24914 invoked by uid 89); 25 Nov 2016 19:45:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_SORBS_SPAM, SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:D*mail.com, UD:ads, Item, Back X-HELO: mail-wm0-f68.google.com Received: from mail-wm0-f68.google.com (HELO mail-wm0-f68.google.com) (74.125.82.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 25 Nov 2016 19:45:50 +0000 Received: by mail-wm0-f68.google.com with SMTP id u144so9149730wmu.0 for ; Fri, 25 Nov 2016 11:45:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=TbodMRV7u+v65mlOfSLvbiG3cwhFJXTrxo6s40hoJP0=; b=PH2jNIFQ27XQ15AEgo86WwoVrVHvWBSbWdYlFImQ+PV4+yx73sjm2vyMna9zUisHGa QGcenaWE0kd0xpsjoD422vZo/bafkt0XD685l4XeNcXYC5d4MIpyrojVPVKAhMVVmXmc T9kKIhmar2BobsF4mLnmVVd5Yyqz5AyBVCzy+UklxnBFgljWMPZ6SxlbYUUshgkvLlxL 96CYsOaV5rYBYWpsxXqXAp0w9p8aSsbtL1Ik9UxVjKWoknm2Z7k2iU9vtni/StiNaJWK 2pGTWTGJRQih2V3JZAYqPIYecBZQlJGgfAbanupA9COkED7luCj2YJRYRzAIA5NM9bIT n8wg== X-Gm-Message-State: AKaTC01XWQH5h1uSIy8erTbqKeJC13AHfHwYI7fsn/SM1MCMjaEkgKR3Xj7MqeXny/St0g== X-Received: by 10.28.113.76 with SMTP id m73mr8685338wmc.114.1480103147834; Fri, 25 Nov 2016 11:45:47 -0800 (PST) Received: from localhost.localdomain ([95.180.71.38]) by smtp.googlemail.com with ESMTPSA id m145sm14933348wma.3.2016.11.25.11.45.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 25 Nov 2016 11:45:47 -0800 (PST) From: Ambrogino Modigliani X-Google-Original-From: Ambrogino Modigliani To: gdb-patches@sourceware.org, pedro_alves@portugalmail.pt, ambrogino.modigliani@gmail.com, ambrogino.modigliani@mail.com Subject: [PATCH 2/3] Fix spelling in comments in Ada source files (zlib) Date: Fri, 25 Nov 2016 20:45:23 +0100 Message-Id: <1480103124-9508-3-git-send-email-ambrogino.modigliani@mail.com> In-Reply-To: <1480103124-9508-1-git-send-email-ambrogino.modigliani@mail.com> References: <1480103124-9508-1-git-send-email-ambrogino.modigliani@mail.com> zlib/ChangeLog: * contrib/ada/zlib-streams.ads: Fix spelling in comments. * contrib/ada/zlib-thin.ads: Fix spelling in comments. * contrib/ada/zlib.ads: Fix spelling in comments. --- zlib/contrib/ada/zlib-streams.ads | 6 +++--- zlib/contrib/ada/zlib-thin.ads | 2 +- zlib/contrib/ada/zlib.ads | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zlib/contrib/ada/zlib-streams.ads b/zlib/contrib/ada/zlib-streams.ads index f0193c6..8e26cd4 100644 --- a/zlib/contrib/ada/zlib-streams.ads +++ b/zlib/contrib/ada/zlib-streams.ads @@ -31,7 +31,7 @@ package ZLib.Streams is Mode : in Flush_Mode := Sync_Flush); -- Flush the written data to the back stream, -- all data placed to the compressor is flushing to the Back stream. - -- Should not be used untill necessary, becouse it is decreasing + -- Should not be used until necessary, because it is decreasing -- compression. function Read_Total_In (Stream : in Stream_Type) return Count; @@ -97,13 +97,13 @@ private Rest_Last : Stream_Element_Offset; -- Buffer for Read operation. -- We need to have this buffer in the record - -- becouse not all read data from back stream + -- because not all read data from back stream -- could be processed during the read operation. Buffer_Size : Stream_Element_Offset; -- Buffer size for write operation. -- We do not need to have this buffer - -- in the record becouse all data could be + -- in the record because all data could be -- processed in the write operation. Back : Stream_Access; diff --git a/zlib/contrib/ada/zlib-thin.ads b/zlib/contrib/ada/zlib-thin.ads index d4407eb..810173c 100644 --- a/zlib/contrib/ada/zlib-thin.ads +++ b/zlib/contrib/ada/zlib-thin.ads @@ -436,7 +436,7 @@ private pragma Import (C, inflateBackInit, "inflateBackInit_"); - -- I stopped binding the inflateBack routines, becouse realize that + -- I stopped binding the inflateBack routines, because realize that -- it does not support zlib and gzip headers for now, and have no -- symmetric deflateBack routines. -- ZLib-Ada is symmetric regarding deflate/inflate data transformation diff --git a/zlib/contrib/ada/zlib.ads b/zlib/contrib/ada/zlib.ads index 79ffc40..29af826 100644 --- a/zlib/contrib/ada/zlib.ads +++ b/zlib/contrib/ada/zlib.ads @@ -260,7 +260,7 @@ package ZLib is (Item : out Ada.Streams.Stream_Element_Array; Last : out Ada.Streams.Stream_Element_Offset); -- User should provide data for compression/decompression - -- thru this routine. + -- through this routine. Buffer : in out Ada.Streams.Stream_Element_Array; -- Buffer for keep remaining data from the previous