git: 9front

Download patch

ref: a666fdcbad356cce8a791e7f922ae5b5e6202844
parent: 02b23e462421f811076ce98d7a4783ae09bba6d1
author: Alex Musolino <alex@musolino.id.au>
date: Wed Dec 18 04:01:38 EST 2019

flate(2): fix typos (thanks rgl)

--- a/sys/man/2/flate
+++ b/sys/man/2/flate
@@ -125,7 +125,7 @@
 .I get
 with the argument
 .IR getr .
-End of input of signaled by returning a negative value.
+End of input is signaled by returning a negative value.
 The uncompressed output is written to
 .IR w ,
 which has the same interface as for
@@ -198,7 +198,7 @@
 .I Adler32
 updates the Adler 32-bit checksum of the
 .I n
-butes of data in
+bytes of data in
 .IR buf.
 The initial value of
 .I adler
--