Bläddra i källkod

block: fix a typo in the blk-cgroup.h file

byptes -> bytes.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Jie Liu 13 år sedan
förälder
incheckning
e890413af4
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      block/blk-cgroup.h

+ 1 - 1
block/blk-cgroup.h

@@ -188,7 +188,7 @@ struct blkio_policy_node {
 	union {
 		unsigned int weight;
 		/*
-		 * Rate read/write in terms of byptes per second
+		 * Rate read/write in terms of bytes per second
 		 * Whether this rate represents read or write is determined
 		 * by file type "fileid".
 		 */