work
[pspp] / src / data / casereader-shim.c
index eb9ee4c8fc9ab52533756b09bfd1296f5305cc36..6d3a78829df9d19b2fffc2f2afa1fd7de8b389ca 100644 (file)
@@ -44,7 +44,7 @@ static bool buffer_case (struct casereader_shim *s);
    Returns the new shim.  The only legitimate use of the returned
    casereader_shim is for calling casereader_shim_slurp().  If READER has no
    clones already (which the caller should ensure, if it plans to use the
-   return value), then the returned casreader_shim is valid for that purpose
+   return value), then the returned casereader_shim is valid for that purpose
    until, and only until, the READER's 'destroy' function is called. */
 struct casereader_shim *
 casereader_shim_insert (struct casereader *reader)
@@ -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)