]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
block: fix a typo in the blk-cgroup.h file
authorJie Liu <jeff.liu@oracle.com>
Mon, 24 Oct 2011 14:08:38 +0000 (16:08 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 24 Oct 2011 14:08:38 +0000 (16:08 +0200)
byptes -> bytes.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.h

index a71d2904ffb97c1f6f2e9f9d5480d389b0ffccff..6f3ace7e792ff4336fe74ac2d796ec1fa1f5df68 100644 (file)
@@ -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".
                 */