diff options
author | Wei Jiangang <weijg.fnst@cn.fujitsu.com> | 2016-04-26 18:12:43 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2016-05-12 15:22:08 +0200 |
commit | 547cb1574e29082aa194ec65c43c8e08ac1f9aa8 (patch) | |
tree | 95fa75554b98f1ec232c0122f81df4cf474e48eb /blockdev.c | |
parent | e3ddef25e93e7f00c2c407a6fb24b2c5dd26a43b (diff) | |
download | qemu-547cb1574e29082aa194ec65c43c8e08ac1f9aa8.tar.gz qemu-547cb1574e29082aa194ec65c43c8e08ac1f9aa8.tar.bz2 qemu-547cb1574e29082aa194ec65c43c8e08ac1f9aa8.zip |
block: Fix typo in comment
s/imlement/implement/
Signed-off-by: Wei Jiangang <weijg.fnst@cn.fujitsu.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'blockdev.c')
-rw-r--r-- | blockdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blockdev.c b/blockdev.c index f1f520a265..f74eb4357a 100644 --- a/blockdev.c +++ b/blockdev.c @@ -73,7 +73,7 @@ static int if_max_devs[IF_COUNT] = { * Do not change these numbers! They govern how drive option * index maps to unit and bus. That mapping is ABI. * - * All controllers used to imlement if=T drives need to support + * All controllers used to implement if=T drives need to support * if_max_devs[T] units, for any T with if_max_devs[T] != 0. * Otherwise, some index values map to "impossible" bus, unit * values. |