X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=pkt-line.c;fp=pkt-line.c;h=355546a1ad844492234dc7ee91528c525af5610a;hb=a6080a0a44d5ead84db3dabbbc80e82df838533d;hp=b60526869a38bd20f800c275f7b42390c8bea1ee;hpb=d44c782bbd6b0e806e056f9e8ff8cd8e426e67a3;p=git.git diff --git a/pkt-line.c b/pkt-line.c index b60526869..355546a1a 100644 --- a/pkt-line.c +++ b/pkt-line.c @@ -5,7 +5,7 @@ * Write a packetized stream, where each line is preceded by * its length (including the header) as a 4-byte hex number. * A length of 'zero' means end of stream (and a length of 1-3 - * would be an error). + * would be an error). * * This is all pretty stupid, but we use this packetized line * format to make a streaming format possible without ever