]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: fix typos related to disk name resolution
authorEric Blake <eblake@redhat.com>
Fri, 16 May 2014 17:12:20 +0000 (11:12 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 16 May 2014 17:25:37 +0000 (11:25 -0600)
commit3931ba2d442afbb95437f927263839f1abbaba7d
treee24f5f10cf0a3d8205441915cf9db5b74c2df987
parentd18aa7041699343d4df01cd9352e24f215b08c21
maint: fix typos related to disk name resolution

In a number of APIs, the text implied that a user might have
<target dev='xvda'/> - but common convention is to use "vda",
not "xvda".  For example, virDomainGetDiskErrors was correct,
while virDomainBlockStats was confusing.

* src/libvirt.c: Make examples consistent.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/libvirt.c