Skip to content

Commit

Permalink
block: fix a typo in the blk-cgroup.h file
Browse files Browse the repository at this point in the history
byptes -> bytes.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
pibroch authored and axboe committed Oct 24, 2011
1 parent 3bcfeaf commit e890413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-cgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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".
*/
Expand Down

0 comments on commit e890413

Please sign in to comment.