From: Jie Liu Date: Mon, 24 Oct 2011 14:08:38 +0000 (+0200) Subject: block: fix a typo in the blk-cgroup.h file X-Git-Tag: firefly_0821_release~3680^2~4193^2~7 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e890413af4c2dfebf5432ef30cc70cb11dad3213;p=firefly-linux-kernel-4.4.55.git block: fix a typo in the blk-cgroup.h file byptes -> bytes. Signed-off-by: Jie Liu Signed-off-by: Jens Axboe --- 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 { 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". */