X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2Fdeps%2Fzlib-1.3.1%2Fcontrib%2Fada%2Fzlib-streams.ads;fp=deps%2Flibchdr%2Fdeps%2Fzlib-1.2.13%2Fcontrib%2Fada%2Fzlib-streams.ads;h=af136933e1db8fb1a2954ea4611f824e162f673c;hb=648db22b0750712da893c306efcc8e4b2d3a4e3c;hp=8e26cd450838c64c335b7d2a84a0d1c00ab72dfe;hpb=e2fb1389dc12376acb84e4993ed3b08760257252;p=pcsx_rearmed.git diff --git a/deps/libchdr/deps/zlib-1.2.13/contrib/ada/zlib-streams.ads b/deps/libchdr/deps/zlib-1.3.1/contrib/ada/zlib-streams.ads similarity index 98% rename from deps/libchdr/deps/zlib-1.2.13/contrib/ada/zlib-streams.ads rename to deps/libchdr/deps/zlib-1.3.1/contrib/ada/zlib-streams.ads index 8e26cd45..af136933 100644 --- a/deps/libchdr/deps/zlib-1.2.13/contrib/ada/zlib-streams.ads +++ b/deps/libchdr/deps/zlib-1.3.1/contrib/ada/zlib-streams.ads @@ -62,7 +62,7 @@ package ZLib.Streams is := Default_Buffer_Size; Write_Buffer_Size : in Ada.Streams.Stream_Element_Offset := Default_Buffer_Size); - -- Create the Comression/Decompression stream. + -- Create the Compression/Decompression stream. -- If mode is In_Stream then Write operation is disabled. -- If mode is Out_Stream then Read operation is disabled.