]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: xillybus: Fix typo in comment
authorMasanari Iida <standby24x7@gmail.com>
Mon, 19 Aug 2013 04:33:48 +0000 (13:33 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 Aug 2013 22:31:58 +0000 (15:31 -0700)
Correct spelling typo in comments.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xillybus/xillybus_core.c

index 3d7471a72077a522188c4d5574f90f3d0fedb4c9..efc56987a60b53a0a409277da639a95b128f5304 100644 (file)
@@ -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.
         */