From 53ae82111e17941342f2bc3544666ed121a1c521 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 28 Mar 2022 12:30:45 -0600 Subject: [PATCH] Update leopard/leopard.nim Co-authored-by: Michael Bradley --- leopard/leopard.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leopard/leopard.nim b/leopard/leopard.nim index fd0e6e0..6e60bef 100644 --- a/leopard/leopard.nim +++ b/leopard/leopard.nim @@ -35,7 +35,7 @@ type parity*: int # total number of parity buffers (M) dataBufferPtr: seq[LeoBufferPtr] # buffer where data is copied before encoding workBufferCount: int # number of parity work buffers - workBufferPtr: seq[LeoBufferPtr] # buffer where parity is copied before encoding + workBufferPtr: seq[LeoBufferPtr] # buffer where parity data is written during encoding or before decoding case kind: LeoCoderKind of LeoCoderKind.Decoder: decodeBufferCount: int # number of decoding work buffers