summaryrefslogtreecommitdiff
path: root/drivers/staging/ced1401/usb1401.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-11-22 15:47:54 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-27 00:21:58 (GMT)
commitb1a21ee9deb2492cbff38943dd6fa502161319a6 (patch)
treed2a241d2167a94da21a0d8300b49e06f8c9f8f9d /drivers/staging/ced1401/usb1401.c
parentd0cdf020ed306ac2c9a6ecb2e41120599c751fbf (diff)
downloadlinux-fsl-qoriq-b1a21ee9deb2492cbff38943dd6fa502161319a6.tar.xz
staging: ced1401: Fix typo in staging/ced1401
Correct spelling typo in comments within staging/ced1401 Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ced1401/usb1401.c')
-rw-r--r--drivers/staging/ced1401/usb1401.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/ced1401/usb1401.c b/drivers/staging/ced1401/usb1401.c
index 53c9867..a27043a 100644
--- a/drivers/staging/ced1401/usb1401.c
+++ b/drivers/staging/ced1401/usb1401.c
@@ -911,9 +911,9 @@ static bool ReadWord(unsigned short *pWord, char *pBuf, unsigned int *pdDone,
** ReadHuff
**
** Reads a coded number in and returns it, Code is:
-** If data is in range 0..127 we recieve 1 byte. If data in range 128-16383
-** we recieve two bytes, top bit of first indicates another on its way. If
-** data in range 16383-4194303 we get three bytes, top two bits of first set
+** If data is in range 0..127 we receive 1 byte. If data in range 128-16383
+** we receive two bytes, top bit of first indicates another on its way. If
+** data in range 16384-4194303 we get three bytes, top two bits of first set
** to indicate three byte total.
**
*****************************************************************************/