From: c vw Date: Sat, 25 Dec 2021 17:15:58 +0000 (+0100) Subject: corrected a typo in a comment X-Git-Url: https://git.rkrishnan.org/listings/vdrive/index.php?a=commitdiff_plain;h=e87fa63b45dae3524125425e13140f009bbe5b59;p=pihpsdr.git corrected a typo in a comment --- diff --git a/old_protocol.c b/old_protocol.c index e8f43ab..242895e 100644 --- a/old_protocol.c +++ b/old_protocol.c @@ -1194,7 +1194,7 @@ static void process_ozy_input_buffer(unsigned char *buffer) { if (avail >= 1008) { // // ship out two buffers with 2*63 samples - // the i-loop could be done with 1-2 memcpy + // the k-loop could be done with 1-2 memcpy // for (int j=0; j<2; j++) { unsigned char *p=output_buffer+8;