diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-08-19 13:33:48 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-19 15:31:58 -0700 |
commit | 9379fd547ea81378791433fd8de44eda788d62d6 (patch) | |
tree | 5cf622f0c5a6e8b2e06e4fde603bc6a4e3116288 /drivers/staging/xillybus | |
parent | ecc837accaa76cb0378d5db4e8dac03cb37d0f11 (diff) |
staging: xillybus: Fix typo in comment
Correct spelling typo in comments.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/xillybus')
-rw-r--r-- | drivers/staging/xillybus/xillybus_core.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/xillybus/xillybus_core.c b/drivers/staging/xillybus/xillybus_core.c index 3d7471a72077..efc56987a60b 100644 --- a/drivers/staging/xillybus/xillybus_core.c +++ b/drivers/staging/xillybus/xillybus_core.c @@ -1876,7 +1876,7 @@ static loff_t xillybus_llseek(struct file *filp, loff_t offset, int whence) /* * Take both mutexes not allowing interrupts, since it seems like * common applications don't expect an -EINTR here. Besides, multiple - * access to a single file desriptor on seekable devices is a mess + * access to a single file descriptor on seekable devices is a mess * anyhow. */ @@ -2171,8 +2171,8 @@ int xillybus_endpoint_discovery(struct xilly_endpoint *endpoint) INIT_LIST_HEAD(&tmpmem.to_unmap); /* - * Writing the value 0x00000001 to Endianess register signals which - * endianess this processor is using, so the FPGA can swap words as + * Writing the value 0x00000001 to Endianness register signals which + * endianness this processor is using, so the FPGA can swap words as * necessary. */ |