Commit e890413a authored by Jie Liu's avatar Jie Liu Committed by Jens Axboe

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

byptes -> bytes.
Signed-off-by: default avatarJie Liu <jeff.liu@oracle.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 3bcfeaf9
...@@ -188,7 +188,7 @@ struct blkio_policy_node { ...@@ -188,7 +188,7 @@ struct blkio_policy_node {
union { union {
unsigned int weight; 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 * Whether this rate represents read or write is determined
* by file type "fileid". * by file type "fileid".
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment