Explorar o código

Fix typo

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Chris Metcalf <cmetcalf@mellanox.com>
Andrea Gelmini %!s(int64=9) %!d(string=hai) anos
pai
achega
a87e2cdc21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/tile/gxio/mpipe.c

+ 1 - 1
arch/tile/gxio/mpipe.c

@@ -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;