Replace more uses of 'cnt' by 'n'.
[pspp] / src / data / casereader-shim.c
index eb9ee4c8fc9ab52533756b09bfd1296f5305cc36..c9df3f484fa050d74200a5a55f0586c92a9cbc91 100644 (file)
@@ -124,7 +124,7 @@ casereader_shim_destroy (struct casereader *reader UNUSED, void *s_)
   free (s);
 }
 
-/* Discards CNT cases from the front of S's window. */
+/* Discards N_CASES cases from the front of S's window. */
 static void
 casereader_shim_advance (struct casereader *reader UNUSED, void *s_,
                          casenumber n_cases)