caif: Fix recieve/receive typo
authorJoe Perches <joe@perches.com>
Wed, 29 Jun 2011 12:52:03 +0000 (05:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jun 2011 12:52:03 +0000 (05:52 -0700)
Just spelling fixes.

Actually, a twofer with vaiables/variables as well.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/caif/caif_hsi.c

index 7a8ce61..016108a 100644 (file)
@@ -988,7 +988,7 @@ int cfhsi_probe(struct platform_device *pdev)
                goto err_alloc_rx;
        }
 
-       /* Initialize recieve vaiables. */
+       /* Initialize receive variables. */
        cfhsi->rx_ptr = cfhsi->rx_buf;
        cfhsi->rx_len = CFHSI_DESC_SZ;