OSDN Git Service

Fix typo
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Sat, 21 May 2016 12:10:39 +0000 (14:10 +0200)
committerChris Metcalf <cmetcalf@mellanox.com>
Mon, 23 May 2016 16:17:22 +0000 (12:17 -0400)
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
arch/tile/gxio/mpipe.c

index f102048..34de300 100644 (file)
@@ -122,7 +122,7 @@ size_t gxio_mpipe_calc_buffer_stack_bytes(unsigned long buffers)
 {
        const int BUFFERS_PER_LINE = 12;
 
-       /* Count the number of cachlines. */
+       /* Count the number of cachelines. */
        unsigned long lines =
                (buffers + BUFFERS_PER_LINE - 1) / BUFFERS_PER_LINE;