Fix common misspellings
[linux-2.6-block.git] / drivers / staging / westbridge / astoria / api / src / cyasdma.c
index 16b8ec12451097a1aa645e1430065bc46ac71d9f..c461d4f60bfb82269cf690caa8f91e76c182c53d 100644 (file)
@@ -1082,7 +1082,7 @@ cy_as_dma_received_data(cy_as_device *dev_p,
        /*
         * if the data received exceeds the size of the DMA buffer,
         * clip the data to the size of the buffer.  this can lead
-        * to loosing some data, but is not different than doing
+        * to losing some data, but is not different than doing
         * non-packet reads on the other endpoints.
         */
        if (dsize > dma_p->size - dma_p->offset)