]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
corrected a typo in a comment
authorc vw <dl1ycf@darc.de>
Sat, 25 Dec 2021 17:15:58 +0000 (18:15 +0100)
committerc vw <dl1ycf@darc.de>
Sat, 25 Dec 2021 17:15:58 +0000 (18:15 +0100)
old_protocol.c

index e8f43abac64866ff852dbbb7ea1d569ece62230f..242895eb43a88aed9b5fbfbbe000b638e4826378 100644 (file)
@@ -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;