From e87fa63b45dae3524125425e13140f009bbe5b59 Mon Sep 17 00:00:00 2001
From: c vw <dl1ycf@darc.de>
Date: Sat, 25 Dec 2021 18:15:58 +0100
Subject: [PATCH] corrected a typo in a comment

---
 old_protocol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.45.2