Fix common misspellings
[linux-2.6-block.git] / drivers / media / video / au0828 / au0828-video.c
index 6ad83a15d073c07cb9ed0eda2029df155eb5cc15..c03eb29a9ee6976fba68ae19b8a9dd6ebcb4b6b7 100644 (file)
@@ -502,7 +502,7 @@ static inline void vbi_get_next_buf(struct au0828_dmaqueue *dma_q,
 
        /* Get the next buffer */
        *buf = list_entry(dma_q->active.next, struct au0828_buffer, vb.queue);
-       /* Cleans up buffer - Usefull for testing for frame/URB loss */
+       /* Cleans up buffer - Useful for testing for frame/URB loss */
        outp = videobuf_to_vmalloc(&(*buf)->vb);
        memset(outp, 0x00, (*buf)->vb.size);