media: pci: fix several typos
[sfrench/cifs-2.6.git] / drivers / media / pci / cx18 / cx18-fileops.c
index a3f44e30f821921b88acfbffce824c7d42b34744..f778965a2eb8bdf0e5ab984189df2272bcb88163 100644 (file)
@@ -403,7 +403,7 @@ static size_t cx18_copy_mdl_to_user(struct cx18_stream *s,
                tot_written += rc;
 
                if (stop ||     /* Forced stopping point for VBI insertion */
-                   tot_written >= ucount ||    /* Reader request statisfied */
+                   tot_written >= ucount ||    /* Reader request satisfied */
                    mdl->curr_buf->readpos < mdl->curr_buf->bytesused ||
                    mdl->readpos >= mdl->bytesused) /* MDL buffers drained */
                        break;