From patchwork Sun Nov 20 17:38:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ambrogino Modigliani X-Patchwork-Id: 17623 Received: (qmail 70875 invoked by alias); 20 Nov 2016 17:39:11 -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 70808 invoked by uid 89); 20 Nov 2016 17:39:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=Mode X-HELO: mail-wm0-f65.google.com Received: from mail-wm0-f65.google.com (HELO mail-wm0-f65.google.com) (74.125.82.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 20 Nov 2016 17:39:06 +0000 Received: by mail-wm0-f65.google.com with SMTP id g23so20678140wme.1 for ; Sun, 20 Nov 2016 09:39:06 -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=HF1CDi1L+1iSjD2VRUJ/CPgPK1UOknFQSeUO8vUmdRM=; b=RhqCzCQCqdpHtn3p0kNdzznHKQT3k0WviC7e3Ctw8Hgop4wf2QdCmj8l0eVCQZU9s6 BwsgkAwJV8/ZxHeTy0C+9bWydbIgGbJo5rkAKsgCq9PaR0mq5go8uclkZCGLWUc5YSWM XQ3qdVZCAu1X9N/jArnEWh+pmONMfUaAnewUsP56Hd2xgOMTqUt/ns6E4A8wwXRwY9jO DdObH7rNjqZ/CszONeEuFVDY0dfN7g5sFUlybJBuSrVF38IaBN3FP/PIKOgCHYmsnAvV GM5JruZcGwFzCzh3d808X1jFCSlvbjKQhRlDgvQYCLECev4J8hDw4akMYvToItA76yep 3fHQ== X-Gm-Message-State: AKaTC03J0jgV9xYihWlB7I2yuy5g7yro2Iuxi6FvZcufraCERBMvM5riJJJLOozvqsW8rw== X-Received: by 10.28.218.129 with SMTP id r123mr8677039wmg.137.1479663544697; Sun, 20 Nov 2016 09:39:04 -0800 (PST) Received: from localhost.localdomain ([95.180.71.38]) by smtp.googlemail.com with ESMTPSA id j1sm20408211wjm.26.2016.11.20.09.39.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 20 Nov 2016 09:39:04 -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 08/23] Fix spelling mistakes in comments in Ada source files Date: Sun, 20 Nov 2016 18:38:03 +0100 Message-Id: <1479663498-30295-9-git-send-email-ambrogino.modigliani@mail.com> In-Reply-To: <1479663498-30295-1-git-send-email-ambrogino.modigliani@mail.com> References: <1479663498-30295-1-git-send-email-ambrogino.modigliani@mail.com> zlib/ChangeLog: * zlib/contrib/ada/zlib-streams.ads: Fix spelling in comments. * zlib/contrib/ada/zlib-thin.ads: Fix spelling in comments. * zlib/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