diff options
| author | Jie Liu <jeff.liu@oracle.com> | 2011-10-24 10:08:38 -0400 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2011-10-24 10:08:38 -0400 |
| commit | e890413af4c2dfebf5432ef30cc70cb11dad3213 (patch) | |
| tree | 26649bfe90854128ce87b57ef8aa3ca985454e78 /block | |
| parent | 3bcfeaf93f44112053e1c36aa681d9efc1185ddc (diff) | |
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>
Diffstat (limited to 'block')
| -rw-r--r-- | block/blk-cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-cgroup.h b/block/blk-cgroup.h index a71d2904ffb9..6f3ace7e792f 100644 --- a/block/blk-cgroup.h +++ b/block/blk-cgroup.h | |||
| @@ -188,7 +188,7 @@ struct blkio_policy_node { | |||
| 188 | union { | 188 | union { |
| 189 | unsigned int weight; | 189 | unsigned int weight; |
| 190 | /* | 190 | /* |
| 191 | * Rate read/write in terms of byptes per second | 191 | * Rate read/write in terms of bytes per second |
| 192 | * Whether this rate represents read or write is determined | 192 | * Whether this rate represents read or write is determined |
| 193 | * by file type "fileid". | 193 | * by file type "fileid". |
| 194 | */ | 194 | */ |
