From 340797f3fa39278c214c12cbe374a29f0988ecd3 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 3 Mar 2010 16:03:13 +0100 Subject: Fix typo in comments. --- lib/zlib/contrib/ada/zlib-streams.ads | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/zlib/contrib/ada/zlib-streams.ads') diff --git a/lib/zlib/contrib/ada/zlib-streams.ads b/lib/zlib/contrib/ada/zlib-streams.ads index f0193c6bae..f3352d3d23 100644 --- a/lib/zlib/contrib/ada/zlib-streams.ads +++ b/lib/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 untill 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; -- cgit